Skip to content

Commit 00964bb

Browse files
committed
enable bridgeless on Android
1 parent df81b5c commit 00964bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/app/src/main/java/com/margelo/rnquicksqlite/example/MainApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class MainApplication : Application(), ReactApplication {
3838
SoLoader.init(this, OpenSourceMergedSoMapping)
3939
if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
4040
// If you opted-in for the New Architecture, we load the native entry point for this app.
41-
load(bridgelessEnabled=false)
41+
load()
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)