react-native-vision-camera

This is VisionCamera Core. Install it through npm:

npm install react-native-vision-camera

VisionCamera Core depends on react-native-nitro-modules and react-native-nitro-image - install those dependencies:

npm install react-native-nitro-modules react-native-nitro-image

Then, update your native project:

npx pod-install

And rebuild your app.

Add permissions

To use the Camera, you must add the required permissions to your app's manifests. Use the official getting started guide to finish the installation.

On this page