react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

Home of the documentation and other miscellanea

Results 227 react-navigation.github.io issues
Sort by recently updated
recently updated
newest added

Thank's for taking the time to review. This change matches the example code in other sections like v5 linkto, and the example of getPathFromState right underneath the modified code. As...

- adds a second option using react-native styles to hide the bottom bar. - The current example (moving the stack above the tabs) shows ideal use cases while the second...

# 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 `react-navigation`, and in some...

It seems to show an example of a code that is different from what is described.

# 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 `react-navigation`, and in some...

The current version of this example leads to a warning of ``` found screens with the same name nested inside one another ``` This fix removes that error by giving...

Fix stack action examples for future version. The button labels on the example were swapped.

This important option was missing from the documentation. I found it in the underlying library's documentation at https://github.com/software-mansion/react-native-screens/blob/main/guides/GUIDE_FOR_LIBRARY_AUTHORS.md#screenstackheaderconfig # READ ME PLEASE > **TL;DR: Make sure to add your changes...

This is regarding this PR https://github.com/react-navigation/react-navigation/pull/11308. It was recommended to update the documentation, which I never got around to making a PR for. The documentation currently states that `labelVisible` in...

Adding "overScrollMode" prob to the Tab-Navigator and setting to "never" removes the overScrollMode animation in Andriod. I think Should be added in the docs.