## Thats it 🎉 Start writing code! ```diff import { StatusBar } from 'expo-status-bar'; import React from 'react'; - import { StyleSheet, Text, View } from 'react-native'; + import { Text, View } from 'react-native'; export default function App() { return ( - + Open up App.js to start working on your app! ); } - const styles = StyleSheet.create({ - container: { - flex: 1, - backgroundColor: '#fff', - alignItems: 'center', - justifyContent: 'center', - }, - }); ```