mirror of https://github.com/tooot-app/app
12 lines
476 B
Groovy
12 lines
476 B
Groovy
rootProject.name = 'tooot'
|
|
|
|
apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute().text.trim(), "../scripts/autolinking.gradle");
|
|
useExpoModules()
|
|
|
|
apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/package.json')"].execute().text.trim(), "../native_modules.gradle");
|
|
applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|
|
|
|
includeBuild('../node_modules/react-native-gradle-plugin')
|