Home > Blockchain >  is there anyway I can screen record react native app?
is there anyway I can screen record react native app?

Time:08-10

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

CodePudding user response:

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

CodePudding user response:

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

react-native-record-screen

  • Related