Closed sathyapriya31 closed 3 weeks ago
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
Issue resolved. The problem was caused by the fullscreen props in the video
Version
6.7.0
What platforms are you having the problem on?
iOS, Android
System Version
Android 14
On what device are you experiencing the issue?
Real device
Architecture
New architecture with interop layer
What happened?
I am navigating to the next screen when the video ends. Although onEnd is called, the navigation is not occurring.
Reproduction Link
repository link
Reproduction
Step to reproduce this bug are: I am navigating to the next screen when the video ends. Although onEnd is called, the navigation is not occurring.
<Video source={url} onEnd={() => navigateToNextScreen() } style={{flex: 1}} fullscreen resizeMode="stretch" shutterColor={Colors.white} />