Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .yarn/patches/react-native-keys-npm-0.7.13-00e9deb63c.patch
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,14 @@ index 6e403223a08c3ff5149fe38ca143e1b3e056582c..da7f0f81683b2f969741be39885a1e07

defaultConfig {
minSdkVersion getExtOrIntegerDefault("minSdkVersion")
diff --git a/src/index.ts b/src/index.ts
--- a/src/index.ts
+++ b/src/index.ts
@@ -8,6 +8,6 @@
'- You are not using Expo Go\n';

// @ts-expect-error
-const isTurboModuleEnabled = global.__turboModuleProxy != null;
+const isTurboModuleEnabled = global.__turboModuleProxy != null || global.RN$Bridgeless === true;

// Keep this to sync auto install with the native code
Loading