react-navigation
react-navigation copied to clipboard
Routing and navigation for your React Native apps
### Current behavior ### Version v7 ### Reanimated Version v3 ### Gesture Handler Version v2 ### Platforms Android When using @gorhom/bottom-sheet with the latest version, react-navigation, and the new architecture...
### Current behavior ```ts const useUser = () => true; const useNotUser = () => true; const DummyScreen = () => null; const RootStack2 = createNativeStackNavigator({ groups: { SignedIn: {...
**Motivation** This PR introduces scrollable functionality to react-navigation bottom tabs to address the common issue where apps with many tabs create an overcrowded and unusable bottom navigation experience. **Testing** Feature...
### Current behavior Hi, I'm terribly sorry to both y'all, and it's probably likely I'm in the wrong place.. but I'm having some serious trouble with Android15 and the size...
### Current behavior The type is missing from the @react-navigation/native library since version 7.1.5 ### Expected behavior to be able to import NavigatorScreenParams ### Reproduction https://github.com/timeleft-dev/timeleft-monorepo/pull/1218 ### Platform - [x]...
### Current behavior Here is the video example [Check](https://www.veed.io/view/cba06c62-7095-4b4a-9d56-ba87d7398028?panel=share) The problem is that when inverted is used, the gesture behavior simply breaks and becomes unobvious - this is clearly a...
### Current behavior getInitialURL gets not called from the linking config. I want to get the initial notification who opens the app from a killed state. But the problem is...
UI disappears when navigating from /B to /A on Android devices using Expo SDK ≥ 51 with Expo Router
### Current behavior When navigating back from route /B to /A, the UI for route /B disappears instead of having a transition. This issue is reproducible on Android physical devices...
### Current behavior When using large titles with a content that is not scrollable (without `ScrollView` or `Flatlist`). According to the `react-native-safe-area-context` repo, it seems like it comes from react-navigation...
### Current behavior Getting error while i do reset the navigation from the custom sidebar who is in nested navigation and also that navigation has another nested navigations.  Here...