Skip to main content
0 votes
0 answers
27 views

I'm using React Navigation with a structure where the DrawerNavigator contains multiple StackNavigators. From a screen inside one stack (e.g., HomeStack), I navigate to a nested screen (OrderDetails) ...
loquinho's user avatar
1 vote
2 answers
1k views

Hello there, I’m facing the following error while resetting the navigation to Home after a successful login. The app crashes as soon as the navigation resets. I’m able to reproduce the crash on a ...
Mitesh Baraiya's user avatar
0 votes
2 answers
379 views

When pressing the back button on Android, the app closes unexpectedly instead of navigating to the previous screen. Video demonstrating the issue I have tested the issue by creating two separate apps ...
Raghav Bhardwaj's user avatar
0 votes
0 answers
64 views

React Navigation: Component in Tab Navigator not unmounting properly after parent Stack Navigator reset The Problem I have a nested navigation structure with a Stack Navigator containing a Tab ...
Jorge Rivera's user avatar
0 votes
0 answers
33 views

I am currently started working in a react native project which is running in react-native: 0.67.5. In there they have used a lot of packages and some are deprecated. I have changed most of them to new ...
Deepika's user avatar
  • 552
0 votes
1 answer
135 views

After updating to "@react-navigation/native": "^7.0.3", using linkTo from useLinkTo() isn't working as it used to in ReactNative. My linking config is somewhat complex: const ...
André's user avatar
  • 480
1 vote
0 answers
1k views

With Expo Router, there are several ways to detect navigation changes (usePathname, state from Navigator, etc.). For certain use cases it would be helpful to also be able to check if the navigation ...
cseelus's user avatar
  • 1,689
3 votes
0 answers
590 views

I am receiving an event from a react native webview and in that event attempting to navigate to a different stack. However the app crashes every time with the following *** Terminating app due to ...
Mingo's user avatar
  • 966
0 votes
1 answer
138 views

My nav structure looks like this App.js <Stack.Navigator initialRouteName="Auth"> <Stack.Screen name="Auth" component={AuthLayout} ...
bebeadonis's user avatar
1 vote
1 answer
610 views

I need to make simple slide animation when switching tabs without sharp twitching and i also need to refresh the tab to get effect from updated state I tried two ways First: added unmountOnBlur: true;...
ARCHXTEKK's user avatar
0 votes
1 answer
94 views

I'm migrating from react-navigation v5 to v6 I'm trying to add type checking and I encouraged a problem that couldn't find a solution from the docs import { StackScreenProps } from '@react-...
NicoleZ's user avatar
  • 1,800
0 votes
1 answer
441 views

WHat's the correct way to type RNavigation, currently I am doing this on The App export type DrawerNavigatorType = { Store: unknown; ImagesStudio: { images: string[] }; // }; const Drawer = ...
Wisam Jbori's user avatar
0 votes
1 answer
880 views

I am developing a React Native application using REACT NAVIGATION V6. I would like to add a custom transition for my navigation: fade out the current screen -> fade in the new screen. Any help on ...
Muhammad Ahmad's user avatar
0 votes
1 answer
134 views

I am using react-navigation v6 and expo 49. Bundler for web is webpack. I need help with react navigation. It is around how links are generated. I have created a linking config which has a config like ...
khagesh's user avatar
  • 958
0 votes
0 answers
49 views

Whenever I run my react native app through expo go (iOS) it shows that app-bundling had completed, but a few seconds later it would show the error: typeerror: (0 , _native.createnavigatorfactory) is ...
Shiven Khurana's user avatar

15 30 50 per page
1
2 3 4 5
17