hy, i want to implement that play and pause video recording bar at the top in a camera component similar to that in tiktok in react native , I can't find any dependency and don't know how to do it ,please help
stop start video recording bar similar to TikTok in react native
309 views Asked by Suraj Lalla At
1
You can use
react-native-progress
to display a progress barThen use state to keep track of the progress:
Then render the progress bar:
now you can use
setInterval
to update the progressThis function increases the progress by 1% every 100 millisecconds you can change this to make the progress smoother