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 I tried a few hours with react-native-tab-view and react-native-paper-tabs, but the result is the same. I'm beginning to think the tab view is incompatible with Expo Go,...

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

### Current behavior When you enable the TalkBack feature in Android, you can't click on the tabs in the TabView anymore. https://github.com/user-attachments/assets/362eec35-8e69-4e3a-92d8-5f6a6d847d88 Upon further inspection of the library, seems that...

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

### Current behavior I'm trying to take out the background of a view cause by toptabnavigator i'm using reactnative, now the issue here is when using stack navigator it work...

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

### Current behavior I have such structure: Home -> Details When details screen contains List components (FlatList, VirtualizedList) with refresh props such as ``onRefresh``, ``refreshing`` or ``refreshControl = (React Native...

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

### Current behavior ``` import { useState, useEffect } from 'react'; import { Text, SafeAreaView, StyleSheet } from 'react-native'; import { createNativeStackNavigator } from '@react-navigation/native-stack'; import { useNavigation, NavigationContainer }...

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

### Current behavior I am currently implementing "Accessibility" functionality for my client. I have started a fresh react-native expo project. This bug is reproducable with and without expo. This bug...

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

### Current behavior On Android, there is maybe 30-40 points of margin to the right of the back button by default. I have been trying to reduce the margin to...

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

### Current behavior When Tab is inside a scrollView then it's not scrolling vertically in ios.iOS ### Expected behavior It should scroll vertically. ### Reproduction https://snack.expo.dev/@vpravi/tabnavigationscrollissue ### Platform - [...

bug
platform:ios
repro provided

### Current behavior While on the Home screen, I go to the Settings screen. When I return to the Home screen with the physical back button, there's no problem. However,...

bug
needs repro
platform:android
stale

### Current behavior The swipeEnabled prop in react-native-tab-view does not seem to work. Setting swipeEnabled={false} has no effect — users can still swipe between tabs. This happens on both iOS...

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