mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d7884a6bb8
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46482 Fixes https://github.com/facebook/react-native/issues/46443 Fixes https://github.com/facebook/react-native/issues/46134 I'm sanitizing the output of the `config` command + I've added some more logging in case of failure. Changelog: [Android] [Fixed] - RNGP - Sanitize the output of the config command Reviewed By: cipolleschi Differential Revision: D62641979 fbshipit-source-id: c13d27a42beeb7a973c1802e7204631d49d3d09b
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.