From e16333f003090d6af44b58443ea04487b52d7fdd Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Thu, 23 Jun 2022 08:00:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20Merge=20branch=20'master'=20of?= =?UTF-8?q?=20https://github.com/dominicstop/react-native-ios-context-menu?= 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