Skip to content

Commit

Permalink
Re-enable newArch on RN-Tester
Browse files Browse the repository at this point in the history
Summary:
I accidentally turned off New Architecture on RN-Tester while shipping the Fabric Interop. This reverts it.

Changelog:
[Internal] [Changed] - Re-enable newArch on RN-Tester

Reviewed By: cipolleschi

Differential Revision: D45398914

fbshipit-source-id: 2c36f3d0440f147189de644821e1704c00353bac
  • Loading branch information
cortinico authored and facebook-github-bot committed Apr 28, 2023
1 parent d0b97a8 commit b33cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rn-tester/android/app/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ android.enableJetifier=true
FLIPPER_VERSION=0.182.0

# RN-Tester is building with NewArch always enabled
newArchEnabled=false
newArchEnabled=true
# RN-Tester is running with Hermes enabled and filtering variants with enableHermesOnlyInVariants
hermesEnabled=true

0 comments on commit b33cc7d

Please sign in to comment.