mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6f11b10a88
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35480 Changelog: [General][Changed] - rename react-native-gradle-plugin to react-native/gradle-plugin Reviewed By: cipolleschi Differential Revision: D41532746 fbshipit-source-id: 67b936a211ec8b91a2a96ca22145cbea94ba3e8c
5 lines
254 B
Groovy
5 lines
254 B
Groovy
rootProject.name = 'HelloWorld'
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|