@edualm/react-native-now-playing
v0.2.1
Published
Get information about what's playing on the user's device.
Downloads
2
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-playing
Usage
import NowPlaying from "react-native-now-playing";
// ...
NowPlaying.startObserving((state) => {
console.log(state);
}, 'default');
License
MIT