Fix path to the cli

This commit is contained in:
Sofiya Tepikin
2022-08-15 16:51:45 +02:00
parent 80422e1935
commit d598e6d6c5
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
rootProject.name = 'drip'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
apply from: file("../node_modules/react-native/node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'