Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android): font variation settings #44667

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
refactor: re-enable new arch
  • Loading branch information
matinzd committed Jun 17, 2024
commit f3ca9fc793be7a0f2b899b9ac9faa7ddec7bffab
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 @@ -4,6 +4,6 @@ org.gradle.parallel=true
android.useAndroidX=true

# 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