Browse Source

Updated remaining libraries

Arnaud Vergnet 3 years ago
parent
commit
2d4e118614
2 changed files with 2 additions and 8 deletions
  1. 0
    6
      NOTES.md
  2. 2
    2
      package.json

+ 0
- 6
NOTES.md View File

@@ -31,12 +31,6 @@ Librairie utilisée pour afficher une carte en utilisant OSM. N'a pas été util
31 31
 
32 32
 [Dépot](https://github.com/react-native-mapbox-gl/maps)
33 33
 
34
-## _2020-06-23_ | react-native-webview
35
-
36
-Rester en v10.1.1 car à partir de la v10.2.0, une erreur de compilation de la librairie est présente.
37
-
38
-[Dépot](https://github.com/react-native-community/react-native-webview) | [Référence](https://github.com/react-native-community/react-native-webview/issues/1437)
39
-
40 34
 ## _2020-06-23_ | react-native-screens
41 35
 
42 36
 Cette librairie permet d'améliorer les performances de la navigation en utilisant les optimisations natives.

+ 2
- 2
package.json View File

@@ -45,14 +45,14 @@
45 45
     "react-native-modalize": "^2.0.4",
46 46
     "react-native-paper": "^3.10.1",
47 47
     "react-native-permissions": "^2.1.5",
48
-    "react-native-push-notification": "^3.5.2",
48
+    "react-native-push-notification": "^4.0.0",
49 49
     "react-native-reanimated": "^1.9.0",
50 50
     "react-native-render-html": "^4.2.0",
51 51
     "react-native-safe-area-context": "0.7.3",
52 52
     "react-native-screens": "^2.9.0",
53 53
     "react-native-splash-screen": "^3.2.0",
54 54
     "react-native-vector-icons": "^7.0.0",
55
-    "react-native-webview": "10.1.1",
55
+    "react-native-webview": "^10.3.2",
56 56
     "react-navigation-collapsible": "^5.6.3",
57 57
     "react-navigation-header-buttons": "^4.0.2"
58 58
   },

Loading…
Cancel
Save