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/50929 We decided to change the warning model for LegacyArch/NewArch. I'm currently removing the infra to read the `legacyWarningsEnabled` Gradle property if provided. Warnings will be enabled by default for all Legacy Arch users in the new model. This change was never shipped in a numbered version, so that's not breaking. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D73591315 fbshipit-source-id: a46fade91b46fcc9b81984577161c046dc0939b6
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.