Skip to content

Commit

Permalink
fix(android): allow for disabling bridgeless
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed May 27, 2024
1 parent 8494cbe commit ee453a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ android {

!enableNewArchitecture
? "src/old-arch/java"
: enableBridgeless
: reactNativeVersion >= v(0, 73, 0)
? "src/new-arch-0.73/java"
: "src/new-arch/java",

Expand Down

0 comments on commit ee453a8

Please sign in to comment.