How to create an animated drawer menu using react-navigation v5 & react-native-reanimated. In this project I will show you how to use the react-navigation drawer stack to create a beautiful menu with React-Native and React Hooks.
React-Native, react-native-cli , VSCode, iOS Simulator
https://www.youtube.com/watch?v=5nL1mOjQaOs
"react-native": "^0.62.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^1.0.0",
"react-native-screens": "^2.7.0",
"@react-navigation/drawer": "^5.7.2",
"@react-navigation/native": "^5.3.0",
"@react-navigation/stack": "^5.3.2",
"react-native-vector-icons": "^6.6.0",