mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: show build time jsc removal warning. https://github.com/facebook/react-native/issues/49692 but for android  ## Changelog: [ANDROID] [CHANGED] - Add a build time JSC lean core warning Pull Request resolved: https://github.com/facebook/react-native/pull/49709 Test Plan: - test on rn-tester. rn-tester has a jsc build variant. it shows the warning anyway. commenting out `enableHermesOnlyInVariants` will suppress the warning. Reviewed By: rshest Differential Revision: D70323283 Pulled By: cortinico fbshipit-source-id: 632a8b9086c5d90d7f14ea705464356a1292bcad
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.