2020-02-24 13:54:43 +00:00
|
|
|
rootProject.name = 'ankilan'
|
2020-03-29 07:05:08 +00:00
|
|
|
include ':react-native-vector-icons'
|
|
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
2020-03-24 14:05:54 +00:00
|
|
|
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')
|
2020-02-24 13:54:43 +00:00
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|