settings.gradle 460 B

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