We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd64d2 commit 6895f66Copy full SHA for 6895f66
template/android/settings.gradle
@@ -3,7 +3,7 @@ plugins { id("com.facebook.react.settings") }
3
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
4
5
rootProject.name = 'com.projectname'
6
-apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
+
7
include ':app'
8
includeBuild('../node_modules/@react-native/gradle-plugin')
9
0 commit comments