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/46958 This will make it easier to link against custom C++ TM which will most likely live inside ./shared or some other paths outside of ./android. CMake will have access to `PROJECT_ROOT_DIR` which points to ./android (the folder where the settings.gradle file exists). Changelog: [Internal] [Changed] - RNGP - Pass PROJECT_ROOT_DIR to CMake Reviewed By: cipolleschi Differential Revision: D64183641 fbshipit-source-id: 347256c04f10e92cf5a13e9c70db16aa29bcb741
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.