mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44876 We probably don't need Jetifier anymore at this point. Also see: https://github.com/react-native-community/template/pull/9 Changelog: [Internal] [Changed] - Remove `android.enableJetifier` Reviewed By: rshest Differential Revision: D58416487 fbshipit-source-id: f60c58aaf17b90c610959589fcd46026979c749a
10 lines
392 B
Properties
10 lines
392 B
Properties
org.gradle.parallel=true
|
|
# This is causing issue with dependencies task: https://github.com/gradle/gradle/issues/9645#issuecomment-530746758
|
|
# org.gradle.configureondemand=true
|
|
android.useAndroidX=true
|
|
|
|
# RN-Tester is building with NewArch always enabled
|
|
newArchEnabled=true
|
|
# RN-Tester is running with Hermes enabled and filtering variants with enableHermesOnlyInVariants
|
|
hermesEnabled=true
|