Jeanie Karina
Jeanie Karina
Make these two changes: ``` diff --git a/node_modules/react-native-af-video-player/components/Time.js b/node_modules/react-native-af-video-player/components/Time.js index 01be913..9e847ac 100644 --- a/node_modules/react-native-af-video-player/components/Time.js +++ b/node_modules/react-native-af-video-player/components/Time.js @@ -32,7 +32,7 @@ class Time extends Component { render() { return ( -...
I was able to fix this problem, heres how i fixed it: https://github.com/abbasfreestyle/react-native-af-video-player/issues/68#issuecomment-596870023
Using yarn, add a resolution to force this version of react-native-video: ``` "resolutions": { "react-native-video": "^5.0.2" } ``` and then add this patch https://github.com/abbasfreestyle/react-native-af-video-player/issues/51#issuecomment-596869777 and it should start working!