Questions tagged [react-native-drawer]

64 questions
0
votes
1 answer

React Navigation Drawer Position

I am using React Navigation's Drawer from https://reactnavigation.org/docs/navigators/drawer, I would like to give the starting position of drawer below the header, but I have no idea how I can achieve this. I've been looking at the documentation…
Ahsan Ali
  • 4,951
  • 2
  • 17
  • 27
-1
votes
1 answer

how can i fixed that issue with react-native-reanimated

i try to create an animation on my drawer. the homescreen need to scale with also the borderradius. that's my custom Drawer code const CustomDrawer = () => { const navigation = useNavigation(); const [progress, setProgress] = React.useState(new…
-1
votes
1 answer

Login And logout With Drawer navigation in react native

My main issue is after login i want to hide the login from drawer bar and instead of login want to show logout, {() => ( …
-1
votes
3 answers

React Native Drawer Item I want to set icon right side via

Please check screenshot 1 - Screenshot of Code 2 - Screenshot of Sidemenu
1 2 3 4
5