shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

Video player playing stuck when settings currentTime={currentTime} to update according to onChange state. #318

Closed jackyleehong closed 3 years ago

jackyleehong commented 3 years ago

Your Environment

software version
react-native-video-processing 2.0.0
react-native 0.61.4
node 14.0
jackyleehong commented 3 years ago

Found a workaround by using 2 different states to update the trimmer current time and player current time.