import { StatusBar } from "expo-status-bar"; import { Text, View, StyleSheet } from "react-native"; function MainScreen() { return ( Open up App.js to start working on your app! ); } export default MainScreen; const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: "#282A35", alignItems: "center", justifyContent: "center", }, });