From 2d4e1186147645a04cac8c55491e29c642de2cc0 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Tue, 14 Jul 2020 09:59:36 +0200 Subject: [PATCH] Updated remaining libraries --- NOTES.md | 6 ------ package.json | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/NOTES.md b/NOTES.md index 07febab..9eecdb5 100644 --- a/NOTES.md +++ b/NOTES.md @@ -31,12 +31,6 @@ Librairie utilisée pour afficher une carte en utilisant OSM. N'a pas été util [Dépot](https://github.com/react-native-mapbox-gl/maps) -## _2020-06-23_ | react-native-webview - -Rester en v10.1.1 car à partir de la v10.2.0, une erreur de compilation de la librairie est présente. - -[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) - ## _2020-06-23_ | react-native-screens Cette librairie permet d'améliorer les performances de la navigation en utilisant les optimisations natives. diff --git a/package.json b/package.json index cb2d250..e2e5cf1 100644 --- a/package.json +++ b/package.json @@ -45,14 +45,14 @@ "react-native-modalize": "^2.0.4", "react-native-paper": "^3.10.1", "react-native-permissions": "^2.1.5", - "react-native-push-notification": "^3.5.2", + "react-native-push-notification": "^4.0.0", "react-native-reanimated": "^1.9.0", "react-native-render-html": "^4.2.0", "react-native-safe-area-context": "0.7.3", "react-native-screens": "^2.9.0", "react-native-splash-screen": "^3.2.0", "react-native-vector-icons": "^7.0.0", - "react-native-webview": "10.1.1", + "react-native-webview": "^10.3.2", "react-navigation-collapsible": "^5.6.3", "react-navigation-header-buttons": "^4.0.2" },