From d6ce72d195f66d2824074b974b8116f33a2020cf Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sun, 28 Jun 2020 12:48:31 +0200 Subject: [PATCH] Added notes about react native screens --- App.js | 2 +- NOTES.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/App.js b/App.js index 6a20c0f..802c365 100644 --- a/App.js +++ b/App.js @@ -73,7 +73,7 @@ export default class App extends React.Component { } /** - * THe app has been started by an url, and it has been parsed. + * The app has been started by an url, and it has been parsed. * Set a new default start route based on the data parsed. * * @param parsedData The data parsed from the url diff --git a/NOTES.md b/NOTES.md index 6c643ca..e487626 100644 --- a/NOTES.md +++ b/NOTES.md @@ -31,8 +31,15 @@ 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 +## _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. +En revanche, activer le support pour screens fait crash l'appli sur android 9+ lors de la navigation pour sortir d'un écran avec une webview. + +[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)