settings.gradle 352 B

123456
  1. rootProject.name = 'JuicePlus'
  2. apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle");
  3. applyNativeModulesSettingsGradle(settings)
  4. include ':app'
  5. // include ':react-native-maps'
  6. // project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/lib/android')