I'm making audio player using 'react-native-video'. (feat. audio only option) I want to play audio file using audio only option. But I need some image, so I use poster option. However, I just know if use poster option, I can't use controls option in IOS. So I need my own controller.
I want to make
this controller.
But I can't find any example.
I just fink some example, but that controllers were presented above the played video.
I want to make separated controller.
Can I get some example, or reference?
I want controller like this!