import * as React from 'react'; import { Button, View, Text } from 'react-native'; import { createStackNavigator, NavigationStackScreenComponent, } from 'react-navigation-stack'; const ListScreen: NavigationStackScreenComponent = function (props) { return ( List Screen A list may go here