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

**Current Behavior** According to @satya164 in react-navigation/react-navigation#7814 we should use `canGoBack()` to guard against going back too much. If we don't, it'll result in a `console.error()` being emitted (red screen)....

When I refer to the 5. X version of the documentation installed successfully, run the error, can you help me! the below is the major environment of mine: "dependencies": {...

structure: **Tab Home** `DASHBOARD-SCREEN` `TODO-SCREEN` **TAB PROFILE** ` PROFILE_SCREEN` ` SETTING_SCREEN` Screens on both tabs are on nested stacknavigator. scenario: if im on the `Tab Home/ TODO-SCREEN` then navigated to...

- [ ] Document setup for universal links on iOS - [ ] Document Android App Link (https://developer.android.com/about/versions/12/web-intent-resolution) - [ ] Document new ADB commands to test deep link

help wanted

**Current Behavior** - What code are you running and what is happening? - Include a screenshot or video if it makes sense. I'm trying to setup typescript for navigating into...

I have managed to animate screen in react native when bottom nav changes route. Here what I am doing I am using [react-native-animatable](https://github.com/oblador/react-native-animatable) import * as Animatable from 'react-native-animatable'; ```...

Hi! I am currently refactoring code to using hooks. And I found refactoring the custom back button behaviour confusing. I tried to adapt the example you have [here](https://reactnavigation.org/docs/en/next/custom-android-back-button-handling.html) to the...

I am using `onPress={() => navigation.navigate('MyScreen')}` to navigate between screens in my App and due to design requirements it would be necessary to have different transitions on some of them...

When I do the following deeplink `myApp://detail/123` (123 being an ID) with the app being closed and the following config ```js screens: { detail: { path: 'detail/:id', }, }, ```...