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 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...

bug
platform:web
repro provided

### 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....

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

### 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...

bug
platform:android
platform:ios
repro provided

### 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...

bug
platform:android
platform:ios
repro provided

### 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...

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

**Current Behavior** ![Image from iOS (13)](https://user-images.githubusercontent.com/4987931/83946380-21f7b580-a830-11ea-8baa-f43cea4f7ce9.jpg) `Newest: { screen: NewestScreen, navigationOptions: ({ navigation }) => ({ tabBarLabel: ({ focused }) => ( {navigation.state.routeName} ), }), },` `tabBarLabel: { fontSize: 16...

bug
package:material-top-tabs

### 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...

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

### Current behavior i got some error in file useNavigationBuilder.tsx like this ![image](https://github.com/user-attachments/assets/dd2b9bd9-b8b0-40b0-895e-ab000d9bd2a8) and in the react-navigation-top-tab i found the error to ![image](https://github.com/user-attachments/assets/1fb54fe0-440a-4128-b29f-1c0e371b39b4) ### Expected behavior i hope the error...

bug
platform:android
repro provided

### 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,...

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