# react-native-vision-camera

This is VisionCamera Core. Install it through npm:

```sh
npm install react-native-vision-camera
```

VisionCamera Core depends on [react-native-nitro-modules](https://github.com/mrousavy/nitro) and [react-native-nitro-image](https://github.com/mrousavy/react-native-nitro-image) - install those dependencies:

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

Then, update your native project:

```sh
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.
