Learn how to add new screens and navigators to your navigation structure
navigate
function:
drawerOptions
array controls what appears in your drawer menu. Each object in the array needs:
icon
: The icon to display (using react-native-vector-icons)title
: The text to show in the menuscreen
: The screen name to navigate to (must match a Drawer.Screen name)