react-native-track-player
react-native-track-player copied to clipboard
feat(android): add string values to State enum
- fixes #1688
- adds string values to State enum. These values are identical to those on iOS
- emits them as string from
MusicEvents.PLAYBACK_STATE - returns them as string from
MusicModule#getState
@dcvz do you want to look at this before merge?