Skip to main content
1 vote
1 answer
146 views

I am trying to implement Right to left (RTL) language support to a react native app. I want my app to be as consistent as possible across different devices. When using react navigation drawer and ...
Tosh's user avatar
  • 21
1 vote
2 answers
88 views

App details: uses react navigation v7 with a single drawer navigator the drawer navigator contains custom content with buttons relating to all existing screens when a button is pressed, the app ...
gusti's user avatar
  • 567
141 votes
4 answers
79k views

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={...
angus's user avatar
  • 3,350
0 votes
6 answers
33k views

I'm trying to use the Drawer Navigator from React Navigation in my React Native project. I've come across a similar issue that many others have faced when attempting to run the React Native app after ...
DineshMsd's user avatar
  • 170
0 votes
0 answers
25 views

I'm implementing a drawer layout using React Native Drawer Layout like this: import {useNavigation} from '@react-navigation/native'; import { ActivityIndicator, FlatList, Image, ...
anta40's user avatar
  • 6,815
25 votes
11 answers
54k views

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 to ...
SKeney's user avatar
  • 2,321
1 vote
1 answer
353 views

I am using Drawer navigation in my project and not using gesture handler anywhere in the project just installed it as a supporting library for drawer navigation along with reanimated but I am getting ...
Muskan Verma's user avatar
0 votes
1 answer
73 views

I'm trying to hide/disable the ability to use the drawer navigation menu when viewing a nested stack screen. I have three separate screens (DataScreen, AircraftScreen, AirportScreen) in a Stack ...
ave8tor's user avatar
0 votes
1 answer
133 views

I'm using React Navigation in my React Native project with a combination of Stack Navigator and Drawer Navigator, but when I try to use navigation.openDrawer() in my component, I'm getting the ...
RRC's user avatar
  • 1
7 votes
5 answers
13k views

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 with ...
Giorgi Digmelashvili's user avatar
3 votes
0 answers
729 views

I would like my app to have a drawer on the main page, and stack navigation on all the rest of the pages. I'm planning on setting out pages so that only some will be accessed from the drawer, others ...
The-IT's user avatar
  • 738
6 votes
8 answers
44k views

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 the ...
btzy's user avatar
  • 65
23 votes
4 answers
42k views

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 ...
nfn's user avatar
  • 643
6 votes
3 answers
5k views

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
Rover's user avatar
  • 780
1 vote
1 answer
303 views

So I am new to react native and have been trying to implement drawer navigators. The issue I am facing is that when I click on the icon on the right side I want the right side drawer to open but it ...
abcd's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
27