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 I have a heavy screen (render ~150ms) that I preload in a useEffect. I tested this bug on android and ios with the normal and native stack....

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

### Current behavior After successfully pushing a new screen with router.push(), pressing the back button causes the screen to flash. This issue only occurs when the new architecture is enabled....

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

### Current behavior The header disappears on initial route if I come from a screen that has `presentation: 'modal'` option. All other screens work. This happened after installing SDK 53...

bug
platform:ios
repro provided

### Current behavior Repeated navigation between 2 Native Stack screens with `getId()` causes the app to "crash". I use the term crash loosely as the behaviour is different per platform...

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

### Current behavior Basically, whenever we go from landscape screen to portrait one, the portrait one exhibits an ugly rotation from landscape view to correct portrait position. https://user-images.githubusercontent.com/11645756/199097249-69ba8800-013f-44bc-b28b-37833c5b8a87.mp4 [This issue](https://github.com/react-navigation/react-navigation/issues/10459)...

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

### Current behavior When using `sheetInitialDetentIndex` option with 3 detents, modal screen can't expand to full height (3rd detent) https://github.com/user-attachments/assets/997a24fb-c889-477d-a248-0a24c815d5bb ### Expected behavior User can expand modal screen to the...

bug
platform:ios
repro provided

### Current behavior When I navigate from one screen to another, the tab changes, but the _tabBarIndicator_ still indicates that I am on the previous screen. I noticed this issue...

bug
platform:android
repro provided
library:react-native-pager-view

### Current behavior forHorizontalIOS bug/glitch when navigating { cardStyleInterpolator: CardStyleInterpolators.forHorizontalIOS, gestureDirection: "horizontal", } Green/white blank space appearing when navigation around the page screens, after upgrading bellow. "@react-navigation/drawer": "6.7.2", ---> "^7.3.9",...

bug
needs repro
platform:android

### Current behavior Context: It only happened on Android I need to open a modal (a screen presented as a Modal) from within the app. This modal screen is inside...

bug
platform:android
repro provided
package:react-native-drawer-layout

### Current behavior When using a Drawer.Navigator with drawerPosition="right" in a React Navigation setup, resizing the browser width on web causes the drawer to appear unexpectedly on screen. This does...

bug
platform:web
repro provided