import * as React from 'react'; import { Button, Text, View } from 'react-native'; import { createStackNavigator, NavigationStackScreenProps, } from 'react-navigation-stack'; import { createDrawerNavigator, DrawerContentComponentProps, } from 'react-navigation-drawer'; import { createBottomTabNavigator, NavigationTabScreenProps, } from 'react-navigation-tabs'; function Menu({ navigation }: DrawerContentComponentProps) { return (