2022-06-08 00:50:05 +02:00
|
|
|
rootProject.name = 'app'
|
|
|
|
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')
|
2022-12-15 17:23:31 +01:00
|
|
|
include ':rn-fetch-blob'
|
|
|
|
project(':rn-fetch-blob').projectDir = new File(rootProject.projectDir, '../node_modules/rn-fetch-blob/android')
|