react-navigation
react-navigation copied to clipboard
Routing and navigation for your React Native apps
### 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,...
### 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...
### 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...
Going back in native stack cause crash on Android 7 if screen contains FlatList with refresh props
### 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...
### Current behavior ``` import { useState, useEffect } from 'react'; import { Text, SafeAreaView, StyleSheet } from 'react-native'; import { createNativeStackNavigator } from '@react-navigation/native-stack'; import { useNavigation, NavigationContainer }...
### 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...
### 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...
### 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 - [...
### 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,...
### 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...