mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove android.enableJetifier (#44876)
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
42f136d00d
commit
14ccf6bc9c
@@ -7,7 +7,6 @@
|
||||
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
|
||||
org.gradle.parallel=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
reactNativeArchitectures=arm64-v8a
|
||||
newArchEnabled=true
|
||||
hermesEnabled=true
|
||||
|
||||
@@ -2,7 +2,6 @@ VERSION_NAME=1000.0.0
|
||||
react.internal.publishingGroup=com.facebook.react
|
||||
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
# We want to have more fine grained control on the Java version for
|
||||
# ReactAndroid, therefore we disable RGNP Java version alignment mechanism
|
||||
|
||||
@@ -21,8 +21,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
|
||||
# Android operating system, and which are packaged with your app's APK
|
||||
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||||
android.useAndroidX=true
|
||||
# Automatically convert third-party libraries to use AndroidX
|
||||
android.enableJetifier=true
|
||||
|
||||
# Use this property to specify which architecture you want to build.
|
||||
# You can also override it from the CLI using
|
||||
|
||||
@@ -2,7 +2,6 @@ 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
|
||||
android.enableJetifier=true
|
||||
|
||||
# RN-Tester is building with NewArch always enabled
|
||||
newArchEnabled=true
|
||||
|
||||
Reference in New Issue
Block a user