import React from "react"; import { Text, View, } from 'react-native'; import styles from './styles'; export default class App extends React.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. ); } }