is there anyway I can screen record react native app?

Viewed 96

Please, I need any information on how I can screen record view or any other component on react native just like react-native-view-shot for images

2 Answers

Have you tried npm i react-native-screen-recorder. This will help screen record in react native

If you want to record everything including everything you see in the screen, you might want to try this.

react-native-record-screen

Related