Browse Source

Fixed app.json errors and updated image modal

Arnaud Vergnet 3 years ago
parent
commit
02f3ff0ff9
2 changed files with 5 additions and 7 deletions
  1. 1
    3
      app.json
  2. 4
    4
      package.json

+ 1
- 3
app.json View File

@@ -65,8 +65,6 @@
65 65
     "userInterfaceStyle": "automatic",
66 66
     "assetBundlePatterns": [
67 67
       "**/*"
68
-    ],
69
-
70
-
68
+    ]
71 69
   }
72 70
 }

+ 4
- 4
package.json View File

@@ -44,16 +44,16 @@
44 44
     "react-native-calendars": "^1.260.0",
45 45
     "react-native-collapsible": "^1.5.2",
46 46
     "react-native-gesture-handler": "~1.6.0",
47
-    "react-native-image-modal": "^1.0.4",
47
+    "react-native-image-modal": "^1.0.6",
48 48
     "react-native-modalize": "^1.3.6",
49 49
     "react-native-paper": "^3.8.0",
50
-    "react-native-reanimated": "~1.7.0",
51 50
     "react-native-render-html": "^4.1.2",
52 51
     "react-native-safe-area-context": "0.7.3",
53
-    "react-native-screens": "~2.2.0",
54 52
     "react-native-webview": "8.1.1",
55 53
     "react-navigation-collapsible": "^5.5.0",
56
-    "react-navigation-header-buttons": "^3.0.5"
54
+    "react-navigation-header-buttons": "^3.0.5",
55
+    "react-native-screens": "~2.2.0",
56
+    "react-native-reanimated": "~1.7.0"
57 57
   },
58 58
   "devDependencies": {
59 59
     "@babel/cli": "^7.8.4",

Loading…
Cancel
Save