abbasfreestyle / react-native-af-video-player

MIT License
381 stars 288 forks source link

Seekbar and Current Time are not updating when using "loop" property #62

Open MurthyDesala opened 6 years ago

MurthyDesala commented 6 years ago

I am trying to play videos from "react-native-af-video-player " and able to play videos but when I used 'loop' property then the the player is trying to repeat the video but the "current time" and the "seekbar" are not updated even when the video is being played. I kept custom logs and observed that once the video is ended its not calling 'progress' method again. Can you please let me know how can we resolve this issue. react-native-af-video-player": "^0.2.1" "react-native": "^0.55.4" OS: android

Looking forward for your answer. Please let me know if you need any other information

Thanks