react-navigation icon indicating copy to clipboard operation
react-navigation copied to clipboard

Routing and navigation for your React Native apps

Results 580 react-navigation issues
Sort by recently updated
recently updated
newest added

### Current behavior ### Version v7 ### Reanimated Version v3 ### Gesture Handler Version v2 ### Platforms Android When using @gorhom/bottom-sheet with the latest version, react-navigation, and the new architecture...

bug
needs repro
platform:android

### Current behavior ```ts const useUser = () => true; const useNotUser = () => true; const DummyScreen = () => null; const RootStack2 = createNativeStackNavigator({ groups: { SignedIn: {...

bug
needs repro

**Motivation** This PR introduces scrollable functionality to react-navigation bottom tabs to address the common issue where apps with many tabs create an overcrowded and unusable bottom navigation experience. **Testing** Feature...

first pull request

### Current behavior Hi, I'm terribly sorry to both y'all, and it's probably likely I'm in the wrong place.. but I'm having some serious trouble with Android15 and the size...

bug
needs repro
platform:android

### Current behavior The type is missing from the @react-navigation/native library since version 7.1.5 ### Expected behavior to be able to import NavigatorScreenParams ### Reproduction https://github.com/timeleft-dev/timeleft-monorepo/pull/1218 ### Platform - [x]...

bug
platform:web
needs repro
platform:android
platform:ios

### Current behavior Here is the video example [Check](https://www.veed.io/view/cba06c62-7095-4b4a-9d56-ba87d7398028?panel=share) The problem is that when inverted is used, the gesture behavior simply breaks and becomes unobvious - this is clearly a...

bug
platform:ios
repro provided

### Current behavior getInitialURL gets not called from the linking config. I want to get the initial notification who opens the app from a killed state. But the problem is...

bug
needs repro
platform:android
platform:ios

### Current behavior When navigating back from route /B to /A, the UI for route /B disappears instead of having a transition. This issue is reproducible on Android physical devices...

bug
platform:android
library:react-native-screens
repro provided

### Current behavior When using large titles with a content that is not scrollable (without `ScrollView` or `Flatlist`). According to the `react-native-safe-area-context` repo, it seems like it comes from react-navigation...

bug
platform:ios
repro provided

### Current behavior Getting error while i do reset the navigation from the custom sidebar who is in nested navigation and also that navigation has another nested navigations. ![Image](https://github.com/user-attachments/assets/7f525667-d41b-4133-92ae-bc90d76b191e) Here...

bug
platform:android
library:react-native-screens
repro provided