quipper / react-native-brightcove-player

A React Native implementation of Brightcove Player SDK.
MIT License
42 stars 70 forks source link

How to infinite loop a video #67

Closed mchambaud closed 1 year ago

mchambaud commented 4 years ago

There is no props to loop a video, I tried catching the onEnd and then calling seekTo(0) and play = true but it will not replay.

Is there something I missed?

PradeepVL commented 1 year ago

When you got onEnd callback ,Try playerRef?.current?.seekTo(0); and then set play = true