GT2/Ejected/android/settings.gradle

10 lines
292 B
Groovy
Raw Normal View History

2021-08-19 00:49:26 +00:00
rootProject.name = 'Ejectable'
apply from: '../node_modules/react-native-unimodules/gradle.groovy'
includeUnimodulesProjects()
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle");
applyNativeModulesSettingsGradle(settings)
include ':app'