6 lines
401 B
Groovy
6 lines
401 B
Groovy
rootProject.name = 'ankilan'
|
|
include ':@react-native-community_async-storage'
|
|
project(':@react-native-community_async-storage').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/async-storage/android')
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|