Update SETUP.mdx

This commit is contained in:
Marc Rousavy 2021-03-05 18:06:26 +01:00 committed by GitHub
parent 928a33a3e1
commit 587962b94a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,8 @@ Open your project's `AndroidManifest.xml` and add the following lines inside the
<uses-permission android:name="android.permission.RECORD_AUDIO" />
```
Make sure your Android SDK version is `30` or higher, see [the example app's `build.gradle`](https://github.com/cuvent/react-native-vision-camera/blob/main/example/android/build.gradle#L6-L9) for reference.
## Permissions
VisionCamera also provides functions to easily get and request Microphone and Camera permissions.