I want to remove black screen at the end of video in react Native video , there is no props in docs for that , any solution for that ?
Asked
Active
Viewed 337 times
1 Answers
0
If you're using react-native-video, one solution is to seek(0)
in your onEnd callback. You'll need to use the player ref.

Kai
- 2,529
- 1
- 15
- 24