react-navigation
react-navigation copied to clipboard
Routing and navigation for your React Native apps
### Current behavior Even when setting custom styles on a header they are still wrapped in a view I need access to. ### Expected behavior In a web environment, simply...
### Current behavior Keyboard is getting closed while focusing the textinput for the first time inside the intermediate tabs. ### Expected behavior Keyboard shouldn’t close , should stay as opened....
### Current behavior Currently I have a few nested Navigators, and I noticed that each nested Screen will get rerendered when a route change occurs. This is technically behaving as...
### Current behavior ### shared the snack kindly check and provide solution or resolve the issue keyboard push bottom tab up when keyboard is opening ### Expected behavior want bottom...
### Current behavior When I return to the previous screen, the app crashes. I am using version RN 0.75.3. I have tested with other RN versions, and this issue occurs...
**Current Behavior**  `Newest: { screen: NewestScreen, navigationOptions: ({ navigation }) => ({ tabBarLabel: ({ focused }) => ( {navigation.state.routeName} ), }), },` `tabBarLabel: { fontSize: 16...
### Current behavior TabView's tab index is not a fully controlled prop. If, for example, `onIndexChange` is called with a value of 2, but I change the index to a...
### Current behavior i got some error in file useNavigationBuilder.tsx like this  and in the react-navigation-top-tab i found the error to  ### Expected behavior i hope the error...
### Current behavior I have a bottom tab navigator which contains two tabs, home and menu, which each contain a stack navigator to handle multiple pages. Menu contains 2 screens,...