React Native: Show Video Controls

In React Native, With RTCView video append in the screen but doesn’t show video controls by default like web version. Is there any way to show all video controls by default ?
Thank’s.

Hi,

Im think this is not possible. As you know, WebRTC works on React Native thanks to react-native-webrtc, this library export RTCView and its porperties are the following:

There no mention about controls support. However you can ask in react-native-webrtc forum.