react-native-spotify-remote icon indicating copy to clipboard operation
react-native-spotify-remote copied to clipboard

Implement lazy subscriptions to playerState / playerContext events on android

Open cjam opened this issue 4 years ago • 0 comments

Right now on android the playerState and playerContext events are subscribed to when the remote API is connected to Spotify. This subscription should be deferred until someone actually wants events from the remote.

In iOS there is bookkeeping that takes care of this, we need the same for android. Might also be worth investigating using the built in React Native events instead of having the dependency on the react-native-events

cjam avatar Apr 06 '21 13:04 cjam