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
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