TheWidlarzGroup / react-native-video

A <Video /> component for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: React Native Video cannot play when it's inside NavigationContainer with error code: -11800 (Real device)

owennguyen3162 opened this issue · comments

Version

6.2.0

What platforms are you having the problem on?

iOS

System Version

17

On what device are you experiencing the issue?

Real device

Architecture

Old architecture

What happened?

A bug happened!

Reproduction

repository link

Reproduction

Step to reproduce this bug are:

I have a screen that displays a list of videos. When you click on a video, it opens a detailed video screen where the video should play. However, it doesn't play and shows an error code: -11800.

When I move the code to the root App.js, it works fine.

Screenshot 2024-06-11 at 21 12 59

Screenshot 2024-06-11 at 21 11 21

Can you provide a sample app please ?
Do you have the issue on android also ?

Can you provide a sample app please ? Do you have the issue on android also ?

My application is built only for the iOS platform, so I'm not sure if the issue occurs on Android.