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 Hi, I am using Material Top Tabs v 6.6.14, i have a dynamic tab navigator that can contain as much tabs as possible, where the lists item...

bug
needs repro
platform:android
platform:ios

### Current behavior I'm encountering an issue when trying to **round all 4 corners** of the tab bar indicator. My design requires 8px border radius on each corner of the...

bug
platform:android
platform:ios
repro provided
package:react-native-tab-view

### Current behavior On the first level page, i.e. Home page, the modal works fine, but after entering the second level page, it no longer works. ### Expected behavior Modal...

bug
needs repro
platform:android

### Current behavior on secondary screen (page 2) the transparentModal does not show up (but console log shows output from screen), after open page 3 and close the transparentModal is...

bug
platform:android
repro provided

### Current behavior I want to hide the header on a specific screen, this can be done interactively (like in the example below) but also will reproduce if we want...

bug
platform:android
platform:ios
repro provided

### Current behavior I am trying to make a component that preloads the route when hovering over a ``. When doing this in a nested route (or for sibling routes)....

bug
platform:web
platform:android
platform:ios
repro provided

### Current behavior Currently when using the following in the screenOptions of a Tab.Navigator: ``` tabBarButtonTestID: `tabButton-${route.name}`, tabBarButton: ({android_ripple, ...rest}) => , ``` you get two nested Pressables with the...

bug
platform:android
platform:ios
repro provided

### Current behavior I'm using React Navigation along with the @react-navigation/native-stack or @react-navigation/elements components (like SearchBar, HeaderSearchBar, etc.), and I'm encountering a platform-specific issue: ✅ On iOS, the search bar...

bug
needs repro
platform:android

### Current behavior **Title:** enableFreeze() breaks UI updates when returning to a tab screen using FlashList and WebSocket updates **Description:** When using enableFreeze() in index.js, UI updates stop working when...

bug
needs repro
platform:android
platform:ios

### Current behavior * There seems to be inconsistencies wtih the header height position on Android. * **It happens both on release and debug builds -** When closing/opening the app,...

bug
needs repro
platform:android