1
0
mirror of synced 2024-11-24 07:10:15 +01:00
eAMEMu_RN/android/settings.gradle
2020-02-11 23:44:17 +09:00

7 lines
324 B
Groovy

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