settings.gradle 410 B

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