From 587962b94a012f33a52b5703c0d2f087a8fc5d11 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Fri, 5 Mar 2021 18:06:26 +0100 Subject: [PATCH] Update SETUP.mdx --- docs/docs/SETUP.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/SETUP.mdx b/docs/docs/SETUP.mdx index 8105e87..6839175 100644 --- a/docs/docs/SETUP.mdx +++ b/docs/docs/SETUP.mdx @@ -62,6 +62,8 @@ Open your project's `AndroidManifest.xml` and add the following lines inside the ``` +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.