ecency-mobile/android/settings.gradle

9 lines
585 B
Groovy
Raw Normal View History

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')
include ':app'
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()