settings.gradle 514 B

1234567
  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', ':react-native-code-push'
  5. project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app')
  6. // include ':react-native-maps'
  7. // project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/lib/android')