react-navigation-drawer Questions
3
I'm coding a react native app similar to Instagram. I have already a bottom tab navigator with 5 items, the last one is the profile tab.
Inside this profile tab I want a drawer navigator to manag...
Raggedy asked 9/6, 2020 at 3:10
2
How can I hide screens from appearing as items in the drawer of @react-navigation/drawer version 6.
In React Navigation 5 it was achieved by creating custom drawer content like this
const CustomDra...
Baillargeon asked 16/8, 2021 at 20:19
4
Solved
In my react native app I have created a side menu using Drawer Navigator which is working perfectly when I open it by swiping. But I want to do is to open it on button click. Currently I am trying ...
Enneastyle asked 1/11, 2018 at 6:19
8
Solved
I am a beginner in React Native so I apologize if this is a noob question. I am trying to learn using this react navigation article and this about react login example. The first article places all ...
Apsis asked 11/1, 2022 at 5:28
11
Solved
I am trying to hide the ability to press one of my routes in the drawer navigator as it is another navigator and the default location in the app. I want the drawer to simply be used for navigating ...
Intersexual asked 25/2, 2020 at 13:15
1
Using React Navigation, different types of Navigators have different actions for (programmatically) navigating between screens.
For e.g. the StackNavigator, the 'pop', 'push' etc. have well-documen...
Constriction asked 12/5, 2021 at 14:28
4
Solved
I set the drawer right-side, but the hamburger icon, in the screen header, stays default left side, Is there any property to pass through to change position to the right? I know it should be done w...
Visigoth asked 22/8, 2021 at 2:43
2
Solved
I just installed react navigation version 6 and i received below error
Attempt to invoke interface method boolean com.swmansion.reanimated.layoutReanimation.NativeMethodsHolder.isLayoutAnimationEna...
Ornie asked 13/12, 2021 at 13:6
3
Solved
I have created a custom drawer navigator using react navigation version: 5.X,
But the current active tab is not getting highlighted in custom drawer menu.
I have added 'activeTintColor' in Drawe...
Animator asked 10/3, 2020 at 17:22
2
Solved
I am using Drawer Navigator from React-navigation 5.
I need to change menu (drawer's default) icon color to white.
I could not find any props for that or may be I missed it.
Could anyone please hel...
Applicant asked 21/9, 2020 at 15:10
1
I have tried many suggestions from https://github.com/react-navigation/react-navigation/issues/5370 but none of them.
Drawer is closing fine in android platform. This is only happening in iOS.
I am...
Hagler asked 5/7, 2021 at 16:18
4
I have a simple ReactJS app based on hooks (no classes) using StrictMode.
I am using React version 16.13.1 and Material-UI version 4.9.10.
In the Appbar I am using Drawer.
<div className={...
Aryl asked 15/4, 2020 at 2:38
3
I am using it and i am getting white space at the top. Can any provide me detail to remove this white space from top.
@react-navigation/drawer
Leighannleighland asked 15/10, 2020 at 14:10
0
I am setting the theme of my Navigation Container like this
import {
NavigationContainer,
DefaultTheme,
DarkTheme,
} from "@react-navigation/native";
export default function Navigatio...
Boswall asked 21/5, 2021 at 14:23
3
Solved
I am working on a Practice Project like Login/Register Application and I am using Stack Navigation from react-navigations and it's working perfect,
Now when User Login's he should be redirected to...
Edam asked 23/9, 2018 at 20:7
4
Solved
I am implementing react-navigation-drawer from React Navigation Library. But facing problem related to header. The header bar is not showing in any of the screens.
This is my App.js
import React ...
Ifc asked 15/9, 2019 at 13:26
4
Solved
I'm trying to add an icon to each of the screens in my react-navigation drawer, but the icon doesn't appear.
Here is my code :
function Drawer() {
return (
<Drawer.Navigator
drawerStyle={sty...
Zoogeography asked 24/2, 2020 at 11:50
4
Solved
I'm getting the error:
Invariant Violation: withNavigation can only be used on a view
hierarchy of a navigator. The wrapped component is unable to get
access to navigation from props or contex...
Thi asked 13/10, 2018 at 5:49
3
Solved
I am facing an issue in react-navigation-drawer.
"react-native-gesture-handler": "^1.0.16",
"react-navigation": "^3.3.2"
This two version is installed. A drawer is working properly in Android an...
Consociate asked 28/2, 2019 at 10:37
2
Solved
I'm trying to create a Drawer navigation in my app using react-navigation, but I'm having difficult to hide one item.
What I want: create some screens (to navigate inside app), but NOT display thos...
Aureus asked 4/6, 2020 at 21:1
1
Solved
P.S: Most of the Youtube videos or articles on the web aren't using ReactNavigation v5, they are using older versions.
Can someone show a dummy project when user can click button to navigate to a d...
Regalia asked 6/7, 2020 at 17:20
1
Solved
I'm using the new React Navigation 5 in my React Native app.
The main menu is handled by the RootNavigator which is a Drawer. The login/sign up are handled by AuthNavigation which is a Stack.
I'm...
Schuss asked 8/5, 2020 at 20:49
2
I have created my App Navigator component with these libraries
react-navigation
react-navigation-stack
react-navigation-drawer
and drawer is nested inside main stack.
Drawer stack
const Drawe...
Unsecured asked 23/11, 2019 at 6:43
2
Solved
I have to navigate to a particular tab when pressed from drawer items. I searched around a lot but couldnt find anything relating to my problem
i tried to follow this link of navigation actions bu...
Toilworn asked 22/10, 2019 at 13:24
2
I want to display HeaderLeft Menu icon globally in all screens. When I click on Menu Icon, I need to display Drawer Menu. I use "OpenDrawer", "CloseDrawer" methods for open/close drawer menu.
But...
Sandlin asked 9/5, 2019 at 9:53
1 Next >
© 2022 - 2024 — McMap. All rights reserved.