charliesbot / react-native-media-controls

A sweet UI component to manipulate your media. Strongly typed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio support

kalyanijamunkar10 opened this issue · comments

Have you provided audio support for this?

@kalyanijamunkar10 if you use react-native-audio-toolkit, you can integrate the audio support with this library rather easily.
I can send you an implementation example if you would like.

@samermurad yes, please share the implementation.

@kalyanijamunkar10 I uploaded a gist of my solution in a project Im working on... a lot of the code is project related but it demonstrates how you can use react-native-audio-toolkit in collaboration with react-native-media-controls.
I hope that helps, let me know if you need any explanation