Home > Back-end >  I am using react-native-camera for video recording in my React Native App. I want to show timer with
I am using react-native-camera for video recording in my React Native App. I want to show timer with

Time:12-16

This is my code for recording a video

https://i.stack.imgur.com/R32yV.png

CodePudding user response:

You can use react-native-stopwatch-timer package, then you can use their Stopwatch component to start the timer, example code is already mentioned in the package. Hope this works for you!

  • Related