react-native-video shows blank screen in my app without any error log
See original GitHub issueCurrent behavior
Describe what happens when you encounter this issue.
I am using only one video file for each screen (I have four screens), when I switch to another screen the video not play on the next screen when I goto previous screen video is playing and shows the black (blank area) screen without throwing error.
Reproduction steps
A 1, 2, 3, etc. list of what’s needed to see the issue happen.
Expected behavior
I just want to play video on each screen as I goto another screen
Platform
Which player are you experiencing the problem on:
- Android ExoPlayer
Video sample
I have downloaded this video and use it from my project.
<Video source={require("../../assets/video/backgroundVideo.mp4")} />
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
react-native-video shows blank screen in my app without any ...
I am using only one video file for each screen (I have four ... react-native-video shows blank screen in my app without any...
Read more >react-native-video shows blank screen in my ... - Stack Overflow
I am using react-native-cli and in my app, react-native-video doesn't work in my page. It shows blank space. I have already run react-native...
Read more >react-native-video shows blank screen in my app without any ...
Coding example for the question react-native-video shows blank screen in my app without any error log-React Native.
Read more >React Native blank white screen issue (solved) - Coding is Love
Make sure that dev server is running and set the IP address of your PC in dev settings. Open dev settings by shaking...
Read more >React Native white blank screen issue - YouTube
React Native white blank screen issue. ... Your browser can't play this video. Learn more. Switch camera ... Show more. Show more ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@gsunsnackv i am having same issue on android on
v5.0.2
on ios it works fine.can someone tell me if this is related to google/ExoPlayer#58, google/ExoPlayer#2993, and/or https://exoplayer.dev/supported-devices.html ?? because I do remember experiencing those issues before?