You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
with the newer version of React, react-native-video had to be updated to support onProgress and onLoad, but the controls are no longer working and the app crashes when trying to render.
To reproduce it, juste replace your dependency "react-native-video": "^0.9.0" to "react-native-video": ""git+https://github.com/react-native-community/react-native-video.git#master""
Thanks for your help
The text was updated successfully, but these errors were encountered:
FYI, I stop having the issue if I remove playInBackground={ this.opts.playInBackground } from the render() method. It seems to be related to this issue
I can't repeat this issue but I'm going to start using the git repo for the react-native-video source for now as there's a couple bugs that RN 39 have created.
Hi
with the newer version of React, react-native-video had to be updated to support onProgress and onLoad, but the controls are no longer working and the app crashes when trying to render.
To reproduce it, juste replace your dependency
"react-native-video": "^0.9.0"
to"react-native-video": ""git+https://github.com/react-native-community/react-native-video.git#master""
Thanks for your help
The text was updated successfully, but these errors were encountered: