2020-07-17 14:22:06 +03:00
|
|
|
rootProject.name = 'Ecency'
|
2019-09-11 22:42:49 +03:00
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
2022-05-24 12:14:44 +03:00
|
|
|
include ':react-native-pager-view'
|
|
|
|
project(':react-native-pager-view').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-pager-view/android')
|
2018-10-04 05:18:36 +03:00
|
|
|
include ':app'
|
2023-12-05 19:40:18 +03:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|
2024-03-06 15:12:56 +03:00
|
|
|
apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle")
|
|
|
|
useExpoModules()
|