Browse Source

Updated react native to latest

Arnaud Vergnet 3 years ago
parent
commit
7dd91574a5
3 changed files with 2 additions and 4 deletions
  1. 1
    0
      android/app/build.gradle
  2. 0
    3
      android/app/proguard-rules.pro
  3. 1
    1
      package.json

+ 1
- 0
android/app/build.gradle View File

206
 
206
 
207
     debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
207
     debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
208
         exclude group:'com.facebook.flipper'
208
         exclude group:'com.facebook.flipper'
209
+        exclude group:'com.squareup.okhttp3', module:'okhttp'
209
     }
210
     }
210
 
211
 
211
     debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {
212
     debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {

+ 0
- 3
android/app/proguard-rules.pro View File

8
 #   http://developer.android.com/guide/developing/tools/proguard.html
8
 #   http://developer.android.com/guide/developing/tools/proguard.html
9
 
9
 
10
 # Add any project specific keep options here:
10
 # Add any project specific keep options here:
11
-
12
--keep class com.facebook.hermes.unicode.** { *; }
13
--keep class com.facebook.jni.** { *; }

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save