<Audio /> with native controls (as Video)

Continuing the discussion from <Audio> with useNativeControls?:

I was doing my own controls a couple of days. And before it there was a long research… ))
But today, when I worked with Video, I have realized, that I can just put into

<Video source={{required(my-audio-file.mp3)}} />

and it will be shown with default native controls, as Video. (without any coding for Slider, currentPosition, Seek event etc, and adding redux for all of this, that made me crazy).
A just discovered this idea and didn’t test it well. On web it works perfectly (sorry for lack of styling):

On Android controls appear only after click on

I post this topic for two reasons. May be it will help for someone like me. Or maybe someone will give me feedback, that it is wrong way for use nativeControls for Audio.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.