diff --git a/App.js b/App.js index 171d0f0..bc2c16b 100644 --- a/App.js +++ b/App.js @@ -7,27 +7,23 @@ */ import React, {Component} from 'react'; -import {Platform, StyleSheet, Text, View} from 'react-native'; +import {Button, Platform, StyleSheet, Text, View} from 'react-native'; +import {createAppContainer, createStackNavigator} from 'react-navigation'; -const instructions = Platform.select({ - ios: 'Press Cmd+R to reload,\n' + 'Cmd+D or shake for dev menu', - android: - 'Double tap R on your keyboard to reload,\n' + - 'Shake or press menu button for dev menu', -}); +const PageA = ({navigation}) => ( + +