react-navigation.github.io
react-navigation.github.io copied to clipboard
Home of the documentation and other miscellanea
In the example the SafeAreaView is imported from `react-native-safe-area-view`, but in the description it is imported from `react-navigation`, which may cause confusion. ### TL;DR: Make sure to add your changes...
Updated the code snippet for custom android back handling to match the [functional component example for BackHandling](https://reactnative.dev/docs/backhandler) in the React Native documentation. It's a simple change but could mitigate potential...
Added explanation of what the cleanup function is and how the user creates it. # READ ME PLEASE! ### TL;DR: Make sure to add your changes to versioned docs Thanks...
fix importing SafeAreaView issue fix Dark/Light confusing text # READ ME PLEASE! ### TL;DR: Make sure to add your changes to versioned docs Thanks for opening a PR! The docs...
See https://github.com/react-navigation/react-navigation.github.io/pull/907 Sorry for being late with this. Having my first newborn at home, things take some more time at the moment 😅
…proper “an” placement - Remove “an” before word user with Y consonant sound - include push alongside mentioning of navigate in beginning of page, that’s also mentioned in the summary...
Reverts #881 because we fixed the issues with directly linking to channels
In case of usage of Firebase Dynamic links, getting the initial URL should be performed by firebase itself
The `theme` prop doesn't have any effect on this component's tab bar label font as it does react-native-paper's `BottomNavigation` component, so after digging through the source code, I found that...
The example shown in the documentation was wrong. The parent stack navigator needs to have its `headerMode` prop set to `none`. The `headerShown` option is irrelevant for this example. #...