react-navigation-v6 Questions
10
Solved
How to hide tabbar in specific screen in react-navigation 6 ... Without changing navigation structure as it's the only option available in the docs here
Nordin asked 21/12, 2021 at 12:32
5
I'm trying to include React Navigation 6.x into a React Native project with Redux and therefore need to be able to access the navigator from outside components.
I'm following this guide (Navigating...
Cage asked 11/2, 2022 at 14:16
5
Solved
I got stuck. I am developing a mobile application with React Native CLI & React Navigation 6.x Then when i use material top tabs navigator, swiping through left to right or right to left. It al...
Sublapsarianism asked 14/4, 2023 at 6:46
4
Solved
I have a Stack Navigator with some screens and an initial route like "Profile", and when I navigate to "Options" via a navigation.navigate("Options") from the "Pr...
Delrio asked 24/3, 2022 at 17:50
5
When I am using custom tab bar through tabBar function tabBarHideOnKeyboard does not work but without tabBar function it works fine, any ideas on how I can make it work using tabBar function as wel...
Scandic asked 24/11, 2021 at 7:41
1
In the upgrade guide to react-navigation v6:
https://reactnavigation.org/docs/upgrading-from-5.x/#ability-to-specify-a-type-for-root-navigator-when-using-typescript
it states that you can use
decla...
Enchantress asked 23/8, 2021 at 16:59
1
Solved
I have a few screens which i want to share among multiple stacks. I found a similar problem on github but with no working solution. When navigating to a shared screen i want to be able to go back t...
Hurlbut asked 1/2, 2023 at 9:1
1
The goal
I'm trying to achieve a screen that looks like this. There are two menus, one is the burger menu created by createDrawerNavigator from react-navigation (top left corner).
The other menu is...
Jeunesse asked 6/9, 2022 at 9:5
1
I have a problem with the modal-presentation of react-navigation v6 to present a modal with ScrollView inside of it.
Actually if I enable gesture to swipe down the modal, it doesn't work if there i...
Endurant asked 29/6, 2022 at 19:47
6
There is a type issue using react navigation, when use Stack.Navigation or Stack.Group from createNativeStackNavigator
The issue saids that the types dont match with JSX.element at the end of the m...
Plotinus asked 10/4, 2022 at 11:24
0
I am trying to migrate an old react navigation v4 to v6 (more than 100 routes).
But I am facing to how to find the best structure to split group of screens in separate file/component.
I have tried ...
Ermaermanno asked 24/3, 2022 at 19:13
1
Solved
Having a navigation type definition as bellow, when I navigate from e.g AOne to BTwo with id:99 the console log of props.route.params shows correct info. But props.route.params.id throws type error...
Purge asked 6/3, 2022 at 21:27
1
While trying to upgrade react-native-navigation I got the following error, after upgrading react-native-safe-area-context
Note: Recompile with -Xlint:deprecation for details.
e: /home/me/myProject/...
Brigantine asked 7/3, 2022 at 8:8
2
Solved
I have a screen that makes a call to an api to fetch some data which is then displayed
An issue that I am seeing is that when I navigate away from the screen (I am using react-navigation 6.x) and t...
Jarret asked 7/1, 2022 at 14:21
0
I updated my application to React Navigation 6.
In all of my screens I customised the headerBackImage, and added some headerRight with a Text.
In React Navigation 5, if the headerTitle was too long...
Diedra asked 29/12, 2021 at 9:42
1
Solved
I have a question about a card stack inside a modal stack as illustrated in the attached image.
So, just to repeat what I wanted to do. I have a screen with the option presentation: 'modal' that op...
Urbanism asked 29/7, 2021 at 3:30
1
© 2022 - 2024 — McMap. All rights reserved.