0

I'm making an audio player app but I want to add the functionality of a notification bar control where you control the music like this:

Example  (Sorry for the huge image)

Any help would be greatly appreciated.

Pirogrammer
  • 150
  • 3
  • 18

1 Answers1

0

It's very difficult, I found that you can use react-native-music-control which is buggy or you can use react-native-track-player which says it works with expo but I still haven't managed to get it to work... Good luck

  • I tried `react-native-music-control` on managed and bare expo project but both didn't work, I will try `react-native-track-player` on bare if it works or not. But thanks. – Pirogrammer Dec 09 '22 at 05:43
  • I think you might have to eject to be able to use these libraries. – Nemanja Mitric Dec 16 '22 at 10:12