forked from vergnet/application-amicale
Updated remaining libraries
This commit is contained in:
parent
83d7aad2fe
commit
2d4e118614
2 changed files with 2 additions and 8 deletions
6
NOTES.md
6
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.
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue