When I add a video player to my app alongside Viro, the buttons to control the video (like play, pause, and the timeline) completely disappear when I make the video full-screen on IOS
This happens no matter which video library I use. I have tested it with both expo-video and react-native-video, and the result is the same.
Steps to Reproduce:
- Create a project with Viro and a video library (like react-native-video or expo-video).
- Add a video player to the screen and turn on the native controls (e.g., controls={true}).
- Open the app and play the video.
- Click the button to make the video full-screen.
When I add a video player to my app alongside Viro, the buttons to control the video (like play, pause, and the timeline) completely disappear when I make the video full-screen on IOS
This happens no matter which video library I use. I have tested it with both expo-video and react-native-video, and the result is the same.
Steps to Reproduce: