Drawer Navigation in React-Native
In this video, we expand on React Navigation with Drawer Navigation in React-Native. Specifically how to use Drawers (slider menus) to navigate around our screens instead of using the navigator. Prior to watching this video please see the previous video on React Navigation here or if you need a refresher check out the first video in the series “Started Using React Native For Your Mobile Applications” here. Drawer Navigation in React-Native focuses on: Required Dependencies Drawer Navigation For a full list of components and APIs go to https://reactnative.dev/docs/accessibilityinfo Drawer Navigation Drawer Navigation is a common pattern in mobile applications to hide a menu or “Drawer” off the screen on left (sometimes right) side for navigating between screens. In order to see this... Read more