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
Thanks for being quick on this issue. When you added ImageBackground via 5f41a37 it breaks this component for anyone using RN 0.45 and lower. My app is using 0.45 and I had to install this package @1.5.0 in order for it to work. I kept getting the dreaded "you likely forgot to export your component from the file it's defined in". Just a heads up - I think if you mention to use 1.5.0 and lower if you're using RN 0.45 or lower is a reasonable solution.
I am seeing the following warning:
Using with children is deprecated and will be an error in the near future. Please reconsider the layout or use instead.
Using:
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-video-controls": "^1.4.1"
react-native-video-controls/VideoPlayer.js
Line 817 in ae31712
react-native-video-controls/VideoPlayer.js
Line 906 in ae31712
The text was updated successfully, but these errors were encountered: