react-navigation.github.io
react-navigation.github.io copied to clipboard
Home of the documentation and other miscellanea
Fixes some typos in the following files: 1. /versioned_docs/version-6.x/auth-flow.md 2. /versioned_docs/version-6.x/drawer-navigator.md 3. /versioned_docs/version-6.x/modal.md
There was a `);` too much. # READ ME PLEASE! ### TL;DR: Make sure to add your changes to versioned docs Thanks for opening a PR! The docs cover several...
I extracted the bundle of Coinbase and saw it uses React Navigation. To not have Coinbase in there twice, I replaced Coinbase Pro with the main Coinbase app since it’s...
We used this code on my project, but we had a bug: on some screens, analytics were not sent. We used the fix I propose in this PR:`routeNameRef.current` has to...
The v6 documentation details for mocking are slightly out of date, it's only required to mock react-native-reanimated and react-native-gesture-handler when using certain navigators.
fixes DefaultNavigatorOptions typescript error # READ ME PLEASE! ### TL;DR: Make sure to add your changes to versioned docs Thanks for opening a PR! The docs cover several versions of...
Added a new app to the list. It has 10k+ downloads on PlayStore and 4.1 rating. If there is anything else I need to do for this to be approved...
Changed @react-native-community/masked-view to @react-native-masked-view/masked-view in version 5 docs The changes were made in versioned_docs/version-5.x Changes were also made in src/SnackHelpers.js
[react-navigation#9397](https://github.com/react-navigation/react-navigation/issues/9397)
Updating import for SafeAreaView because snack was failing