helyz247
helyz247

Reputation: 93

is there anyway I can screen record react native app?

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

Upvotes: 1

Views: 2359

Answers (2)

Hyo
Hyo

Reputation: 21

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

react-native-record-screen

Upvotes: 0

Deepak N
Deepak N

Reputation: 1639

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

Upvotes: 2

Related Questions