-2

I am working on React-Native application. I have to play Audio using URL(podcast) source.

The UI should be like following.

enter image description here

I have tried react-native-video library, But, The UI is different. https://www.npmjs.com/package/react-native-video

Is there any other library available to achieve this?

I have to show Progressbar(Slider), Play/Pause/Stop, Title. And I have to play audio in background state too.

Any suggestions?

2 Answers2

0

You can use this library, it has everything like Play audio files, stream audio from URL https://www.npmjs.com/package/react-native-sound-player

0

react-native-track-player provides almost all features a audio player, you can also use it to play audio in background, used it for this app

Vinil Prabhu
  • 1,279
  • 1
  • 10
  • 22