settings.gradle 290 B

123456789
  1. rootProject.name = 'planter'
  2. apply from: '../node_modules/react-native-unimodules/gradle.groovy'
  3. includeUnimodulesProjects()
  4. apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle");
  5. applyNativeModulesSettingsGradle(settings)
  6. include ':app'