tanguyantoine / react-native-music-control

Display and manage media controls on lock screen and notification center for iOS and Android.
https://www.npmjs.com/package/react-native-music-control
MIT License
697 stars 264 forks source link

ios/android minimal demo not woking #377

Closed PupoSDC closed 2 years ago

PupoSDC commented 3 years ago

Description

I created a sample repo with minimal code that should get this plugin to work to start and stop a video:

https://github.com/PupoSDC/react-music-control-demo/blob/main/App.tsx

but it doesn't work (ie: no controls appear). What am i missing?

On top of the presented solution, i've tried:

  1. Platform ?

    • [x] iOS
    • [x] Android
3. Device - [x] Simulator - [x] Real device
PupoSDC commented 2 years ago

Closing as I'm no longer working with this library.