forked from vergnet/application-amicale
Updated react native to latest
This commit is contained in:
parent
ab801ec92b
commit
7dd91574a5
3 changed files with 2 additions and 4 deletions
|
@ -206,6 +206,7 @@ dependencies {
|
||||||
|
|
||||||
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
|
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
|
||||||
exclude group:'com.facebook.flipper'
|
exclude group:'com.facebook.flipper'
|
||||||
|
exclude group:'com.squareup.okhttp3', module:'okhttp'
|
||||||
}
|
}
|
||||||
|
|
||||||
debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {
|
debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {
|
||||||
|
|
3
android/app/proguard-rules.pro
vendored
3
android/app/proguard-rules.pro
vendored
|
@ -8,6 +8,3 @@
|
||||||
# http://developer.android.com/guide/developing/tools/proguard.html
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
||||||
|
|
||||||
# Add any project specific keep options here:
|
# Add any project specific keep options here:
|
||||||
|
|
||||||
-keep class com.facebook.hermes.unicode.** { *; }
|
|
||||||
-keep class com.facebook.jni.** { *; }
|
|
|
@ -29,7 +29,7 @@
|
||||||
"@react-navigation/stack": "^5.7.1",
|
"@react-navigation/stack": "^5.7.1",
|
||||||
"i18n-js": "^3.7.1",
|
"i18n-js": "^3.7.1",
|
||||||
"react": "16.13.1",
|
"react": "16.13.1",
|
||||||
"react-native": "0.63.1",
|
"react-native": "0.63.2",
|
||||||
"react-native-animatable": "^1.3.3",
|
"react-native-animatable": "^1.3.3",
|
||||||
"react-native-app-intro-slider": "^4.0.4",
|
"react-native-app-intro-slider": "^4.0.4",
|
||||||
"react-native-appearance": "^0.3.4",
|
"react-native-appearance": "^0.3.4",
|
||||||
|
|
Loading…
Reference in a new issue