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