Hello guys,
In this video I have implemented drawer navigation in React Native. In the previous video we have implemented Stack Navigator, so in this I have merged Stack and Drawer so that we can work with both of them.
I have shown how to create custom drawer and how to style all of your drawer item.
Code:
Installation Steps:
#######Parent Package##########
npm install @react-navigation/native
######Gesture, layout and animations libraries########
npm install react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
#######Drawer########
npm install @react-navigation/drawer
#######Animated- Version 2 ##############
npm install react-native-reanimated@~
Go to add this:
plugins: [’react-native-reanimated/plugin’],
In add this:
import ’react-native-gesture-handler’;
1 view
101
24
2 months ago 00:09:36 1
New 2025 BMW R1300RT (R1250RT Update) Spied: 7 Things To Know!
5 months ago 00:12:24 1
I’m a 33 year old woman with no life. (my advice to young women)
8 months ago 00:20:46 1
Navigation Drawer Menu in Android Studio using Java | 2024
8 months ago 00:17:31 1
Navigation Drawer using Kotlin in Android Studio || Slidable Menu with Navigation Drawer || Kotlin
9 months ago 00:12:30 2
Unreal Engine 5 Tutorial for Beginners: EASY Landscape Creation (UE5.3)
9 months ago 00:33:27 4
Unreal Engine 5 Beginner Tutorial Part 2: Navigating the Interface like a PRO