Install react-navigation & ../bottom-tabs, ../stack

This commit is contained in:
MariaZ
2022-09-28 19:25:13 +02:00
parent 9dfe8b4b05
commit d17e7ed6a2
3 changed files with 189 additions and 8 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ buildscript {
google()
mavenCentral()
}
ext.kotlinVersion = "1.3.10"
ext.kotlinVersion = "1.4.20"
dependencies {
classpath("com.android.tools.build:gradle:4.2.2")
@@ -31,7 +31,7 @@ allprojects {
content {
excludeGroup "com.facebook.react"
}
}
}
google()
maven { url 'https://www.jitpack.io' }
maven {
@@ -53,5 +53,5 @@ ext {
minSdkVersion = 23
compileSdkVersion = 30
targetSdkVersion = 30
ndkVersion = "21.4.7075529"
ndkVersion = "21.4.7075529"
}