mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d5d21d0614
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53025 It's now time to say goodbye to the Legacy Architecture :') This change hardcodes the `newArchEnabled` property to true, and warns the users if they're attempting to set it to false. Changelog: [Android] [Breaking] - Remove possibility to newArchEnabled=false in 0.82 Reviewed By: cipolleschi Differential Revision: D78560296 fbshipit-source-id: ccfc45d2f7f21cc20e063cb901d76be3d41458d6
React Native Gradle Plugin
This plugin is used by React Native Apps to configure themselves.
NOTE: It's important that this folder is called react-native-gradle-plugin as it's used
by users in their build.gradle file as follows:
buildscript {
// ...
dependencies {
classpath("com.facebook.react:react-native-gradle-plugin")
}
}
The name of the artifact is imposed by the folder name.