Skip to content

Commit

Permalink
chore: dont enable bridgeless in the end
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki committed Oct 31, 2024
1 parent 11cac14 commit 3e89faa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MainApplication : MultiDexApplication(), ReactApplication {
SoLoader.init(this, /* native exopackage */false)
if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
// If you opted-in for the New Architecture, we load the native entry point for this app.
load()
load(bridgelessEnabled = false)
}
if (BuildConfig.DEBUG) {
FirebaseCrashlytics.getInstance().setCrashlyticsCollectionEnabled(false)
Expand Down

0 comments on commit 3e89faa

Please sign in to comment.