Chore: Android: Trying to fix random crash

pull/8156/head
Laurent Cozic 2023-05-08 18:44:52 +01:00
parent bd9e62cbd2
commit c047375143
1 changed files with 5 additions and 2 deletions

View File

@ -300,8 +300,11 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
// implementation "com.facebook.react:react-native:+" // From node_modules
implementation ("com.facebook.react:react-native") version {
strictly "0.70.6" // pass in your react-native version
}
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {