0.2.1 • Published 2 years ago

@edualm/react-native-now-playing v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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