1
0
mirror of synced 2024-11-24 07:10:15 +01:00
eAMEMu_RN/android/settings.gradle
2023-02-05 01:42:25 +09:00

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')