A React Native app for the ultimate thinking partner.
1// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3buildscript {
4 repositories {
5 google()
6 mavenCentral()
7 }
8 dependencies {
9 classpath('com.android.tools.build:gradle')
10 classpath('com.facebook.react:react-native-gradle-plugin')
11 classpath('org.jetbrains.kotlin:kotlin-gradle-plugin')
12 }
13}
14
15allprojects {
16 repositories {
17 google()
18 mavenCentral()
19 maven { url 'https://www.jitpack.io' }
20 }
21}
22
23apply plugin: "expo-root-project"
24apply plugin: "com.facebook.react.rootproject"