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 The button in the header (headerLeft and headerRight) does not work on Android. The button visually responds to the touch (I use TouchableOpacity), but the action is...

bug
platform:android
repro provided

### Current behavior I need to display bottom tabs over modal screen with `presentation: "formSheet"`. The one way that I found is to place tabs inside one modal. **iOS behavior**...

bug
platform:android
platform:ios
repro provided

### Current behavior I'm attempting to create a custom modal interpolator that fades in rather than slides in from the bottom. However, whenever I change the `cardStyleInterpolator` from `forModalPresentationIOS` the...

bug
platform:ios
repro provided

### Current behavior Originally filed here in the expo project: [https://github.com/expo/expo/issues/36793](https://github.com/expo/expo/issues/36793). Below is copied from the initial report: ----- # Platforms I tested this on the Expo Go app on...

bug
platform:android
repro provided

### Current behavior When a tab is not focused, you can reach it via keyboard navigation (i.e tab key). In the reproduction, start on the home tab, then click the...

bug
platform:web
repro provided

### Current behavior When tabbing through the vertical tabs buttons, they have virtually no visible indication of focus. The Profile tab is foused here ![three tabs in light theme: home...

bug
platform:web
repro provided

### Current behavior In a Drawer navigator with a long list of items, `onPress` is not called as soon as we scroll in the ScrollView. This only occurs when app...

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

### Current behavior After opening Modal on the secondary page, return to the primary page and the title will disappear ### Expected behavior Title displays normally ### Reproduction Sample code...

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

### Current behavior I use a bottom tab navigator. One of my tabs contains a stack of it's own. Whenever the user leaves that tab, and returns to it, I'd...

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

### Current behavior Using a custom component as header title with centered alignment, the rendered header is too large on Android: ``` ACME, }} component={ScreenWithTopTabs}/> ``` Removing the headerTitleAlign property...

bug
platform:android
repro provided