diff --git a/App.js b/App.js index 224d7db..5ce8f53 100644 --- a/App.js +++ b/App.js @@ -4,10 +4,15 @@ import { AppRegistry, Text, View } from 'react-native'; export default class App extends Component { render() { return ( - - Open up App.js to start working on your app! - Changes you make will automatically reload. - Shake your phone to open the developer menu. + + + + ); }