Updated react native to latest

This commit is contained in:
Arnaud Vergnet 2020-07-23 00:44:08 +02:00
parent ab801ec92b
commit 7dd91574a5
3 changed files with 2 additions and 4 deletions

View file

@ -206,6 +206,7 @@ dependencies {
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
exclude group:'com.facebook.flipper'
exclude group:'com.squareup.okhttp3', module:'okhttp'
}
debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {

View file

@ -8,6 +8,3 @@
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
-keep class com.facebook.hermes.unicode.** { *; }
-keep class com.facebook.jni.** { *; }

View file

@ -29,7 +29,7 @@
"@react-navigation/stack": "^5.7.1",
"i18n-js": "^3.7.1",
"react": "16.13.1",
"react-native": "0.63.1",
"react-native": "0.63.2",
"react-native-animatable": "^1.3.3",
"react-native-app-intro-slider": "^4.0.4",
"react-native-appearance": "^0.3.4",