-1

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 ?

1 Answers1

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