diff --git a/apps/expo-example/rnrepo.config.json b/apps/expo-example/rnrepo.config.json new file mode 100644 index 0000000000..23c50eb1d8 --- /dev/null +++ b/apps/expo-example/rnrepo.config.json @@ -0,0 +1,6 @@ +{ + "denyList": { + "android": ["react-native-gesture-handler"], + "ios": ["react-native-gesture-handler"] + } +}