From 461e08d26d7ef67e11e7ca37b5f5a84efb4b1800 Mon Sep 17 00:00:00 2001 From: Petto Martino Date: Mon, 18 Sep 2023 14:46:29 +0100 Subject: [PATCH] chore: update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 61114a64e..0e41058f3 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,13 @@ const isUserAuthorizedCamera = await Camera.requestDeviceCameraAuthorization(); otherwise, returns `false` +## Using with Expo + +If you are using Expo Managed Workflow, you can use this library with a third-party plugin `expo-react-native-camera-kit`. + +[See more here](https://github.com/avantstay/expo-react-native-camera-kit) + + ## Contributing - Pull Requests are welcome, if you open a pull request we will do our best to get to it in a timely manner