react-navigation
react-navigation copied to clipboard
Routing and navigation for your React Native apps
### 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....
### 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....
### 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...
### 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...
### 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)...
### 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...
### 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...
### 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",...
### 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...
### 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...