napthedev / react-tuby

A React video player library with YouTube-like UI
https://react-tuby.vercel.app
MIT License
138 stars 42 forks source link

Custom continue play video #4

Open ductridev opened 2 years ago

ductridev commented 2 years ago

Hi, I found out that you can get the current time playing, but I can't get this as current from ref is always null, can you pls share more about this? Thank you.

napthedev commented 2 years ago

Do you use the playerRef props and access the ref inside useEffect? Can you show me the code that you use?