1
0
mirror of synced 2024-12-02 19:17:16 +01:00
eAMEMu_RN/android/settings.gradle

9 lines
406 B
Groovy
Raw Normal View History

2020-02-11 15:44:17 +01:00
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')