Added notes about react native screens

這個提交存在於:
Arnaud Vergnet 2020-06-28 12:48:31 +02:00
父節點 401c7d85ef
當前提交 d6ce72d195
共有 2 個檔案被更改,包括 9 行新增2 行删除

2
App.js
查看文件

@ -73,7 +73,7 @@ export default class App extends React.Component<Props, State> {
} }
/** /**
* 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. * Set a new default start route based on the data parsed.
* *
* @param parsedData The data parsed from the url * @param parsedData The data parsed from the url

查看文件

@ -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) [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. 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) [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)