react-native-apple-music-token

Get a user token to get user specific info from musickit. User must have apple music subscription

Usage no npm install needed!

<script type="module">
  import reactNativeAppleMusicToken from 'https://cdn.skypack.dev/react-native-apple-music-token';
</script>

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;