react-nativevideoreact-native-camera

I am using react-native-camera for video recording in my React Native App. I want to add timer in it


This is my code for recording a video

https://i.sstatic.net/R32yV.png


Solution

  • 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!