react-native-apple-music-token
v0.0.1
Published
Get a user token to get user specific info from musickit. User must have apple music subscription
Downloads
4
Readme
react-native-apple-music-token
Getting started
$ npm install react-native-apple-music-token --save
Mostly automatic installation
$ react-native link react-native-apple-music-token
Usage
import AppleMusicToken from 'react-native-apple-music-token';
// TODO: What to do with the module?
AppleMusicToken;