import { StatusBar } from "expo-status-bar"; import { Text, View } from "react-native"; import { style } from "./src/util/style"; import { PostsContainer } from "./src/components/PostsContainer"; export default function App(): JSX.Element { return ( Open up App.tsx to start working on your app! ); }