Add a title in modal example

This commit is contained in:
Brent Vatne
2018-11-26 09:27:14 -08:00
parent 8087045693
commit c064952a0a

View File

@@ -3,6 +3,10 @@ import { Button, View, Text } from 'react-native';
import { createStackNavigator } from 'react-navigation-stack';
class ListScreen extends React.Component {
static navigationOptions = {
title: 'My Modal',
};
render() {
return (
<View style={{ flex: 1, alignItems: 'center', justifyContent: 'center' }}>