mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: X-link: https://github.com/facebook/hermes/pull/1557 Pull Request resolved: https://github.com/facebook/react-native/pull/47042 Add native build flags to support 16KB page size - https://developer.android.com/guide/practices/page-sizes#compile-r27-higher Changelog: [Android][Added] add cmake arguments to support 16KB page size for native libraries Reviewed By: cortinico Differential Revision: D64446876 fbshipit-source-id: 5c6b7874a8837c7ebc9b3e9267ce11fb152bf535
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.