Getting Started
Let's install and set up React Native View Recorder in your project.
Installation
Configure the Expo plugin (Expo projects)
Add the plugin to your app config:
{
"expo": {
"plugins": ["react-native-view-recorder"]
}
}Rebuild your dev client
npx expo run:ios
npx expo run:androidExpo Go does not include custom native modules. You need a development build (Expo Dev Client or bare React Native).
Peer dependencies
| Package | Version | Required |
|---|---|---|
| react | >= 18 | Yes |
| react-native | >= 0.73 | Yes |
| expo | >= 54.0.0 | Optional |