itsnubix / react-native-video-controls

A React Native video component with controls
MIT License
639 stars 527 forks source link

ref.current.seek() is undefined #232

Closed JongGyuChoi closed 3 years ago

JongGyuChoi commented 3 years ago

how to use ref in this library?

JongGyuChoi commented 3 years ago

answer myself -> yourRef.current?.player.ref.seek(seconds)