From ecfb2f6abd472217ecf38c8cf1e083ce79424da6 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Wed, 22 Jun 2022 15:31:59 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20Add=20Expo=20usage=20inf?= =?UTF-8?q?ormation=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2edce64..3eafeb5 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,11 @@ cd ios && pod install
+### Expo + +- ✅ You can use this library with [Development Builds](https://docs.expo.dev/development/introduction/). No config plugin is required. +- ❌ This library can't be used in the "Expo Go" app because it [requires custom native code](https://docs.expo.dev/workflow/customizing/). + ### Troubleshooting If you encounter any errors/bugs while using this library, or want a particular feature implemented, please create an issue! ✨ @@ -2322,4 +2327,4 @@ export function ContextMenuButtonExample02(props) { ## H. Licence -MIT \ No newline at end of file +MIT