Skip to main content
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
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
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
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
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
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
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
0 votes
1 answer
84 views

I followed this minimal example of drawer-based navigation. https://reactnavigation.org/docs/drawer-based-navigation/ import * as React from 'react'; import { Button, View } from 'react-native'; ...
corasphinx's user avatar
1 vote
0 answers
49 views

I am trying to implement Stack, Tab and Drawer navigators alltogether. I have a Profile screen inside the bottom tabs, which is a stack navigator component. When I open it from bottom tabs, the screen ...
JeremyFc's user avatar
  • 224
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
0 answers
32 views

I have a React Native project with Expo. There is a hamburger menu, and there is a strange flicker on the dividing line between the menu and the chosen screen. Please see the attached video. I'm ...
Larry Feldman's user avatar
1 vote
1 answer
187 views

I installed react native with the react native for windows workflow and wanted to implement a drawer navigatior. following the instructions from here: https://reactnavigation.org/docs/drawer-navigator ...
Valentin's user avatar
0 votes
1 answer
210 views

I want to pass the customDrawerData from DividendAndPrize to CustomDrawer. How do i pass the data from DividendAndPrize to CustomDrawer and display the data in the CustomDrawer component? App.js file ...
Bhaskar Kherkatary's user avatar
0 votes
1 answer
1k views

Used navigation, reanimated and drawer versions: "@react-navigation/drawer": "^6.6.6", "@react-navigation/native": "^6.1.9", "@react-navigation/...
Ramanjeet's user avatar
  • 682

15 30 50 per page
1
2 3 4 5
27