react-navigation.github.io
react-navigation.github.io copied to clipboard
Home of the documentation and other miscellanea
### Current Behavior According to tutorials and documentation I managed to gather online, this piece of code should allow for an optional parameter `param2`, but it seems that it doesn't...
In the documentation (https://reactnavigation.org/docs/configuring-links) there is a code sample for nesting links. It is incorrect and requires an alteration. ``` const config = { screens: { Home: { Chat: 'feed/:sort',...
In this [section](https://reactnavigation.org/docs/getting-started/#installing-dependencies-into-a-bare-react-native-project) you provide only the `JS` example, however, some developers tend to use `Typescript` with `React-Native`. I'd recommend an alternative `TS` snippet code. ### The Javascript Example ```Javascript...
See https://reactnavigation.org/docs/drawer-navigator/#checking-if-the-drawer-is-open which conflicts with https://reactnavigation.org/docs/upgrading-from-5.x
[](https://play.google.com/store/apps/details?id=org.plantnet)
**Current Behavior** From the docs: ``` navigation.navigate({ name: SCREEN, key: SCREEN_KEY_A }); navigation.navigate({ name: SCREEN, key: SCREEN_KEY_B }); navigation.navigate({ name: SCREEN, key: SCREEN_KEY_C }); navigation.navigate({ name: SCREEN, key: SCREEN_KEY_D });...
In [Passing Parameters](https://reactnavigation.org/docs/params) section, you've passed two parameters: `itemId` and `otherParam` from the Home Screen, but when you desructed their values in the Details Screen, only the value of `itemId`...
When I was reading the documentation in the dark mode I've noticed that it was hard for my eyes to read the notes or the explanations because of the chosen...
I am trying to implement the top tab with scrollable tabs which are dynamic in number. Following is my code: ``` {categories.length > 0 && ( {categories.map(category => ( }...
However in the Gesture Handler docs it mentions updating MainActivity.java: https://docs.swmansion.com/react-native-gesture-handler/docs/#updating-mainactivityjava