9 lines
406 B
Groovy
9 lines
406 B
Groovy
rootProject.name = 'eAMEMu'
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|
|
includeBuild('../node_modules/react-native-gradle-plugin')
|
|
|
|
// for react-native-fs
|
|
include ':react-native-fs'
|
|
project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android')
|