@edualm/react-native-now-playing
v0.2.1
Published
Get information about what's playing on the user's device.
Readme
React Native Now Playing
Get information about what's playing on the user's device.
iOS support is done, Android is a work in progress.
Installation
npm install @edualm/react-native-now-playingUsage
import NowPlaying from "react-native-now-playing";
// ...
NowPlaying.startObserving((state) => {
console.log(state);
}, 'default');License
MIT
