import { MyTabs } from "@/navigations/BottomTabs"; import theme from "@/themes/Theme"; import { NavigationContainer } from "@react-navigation/native"; import { ThemeProvider } from "@shopify/restyle"; import { StyleSheet } from "react-native"; export default function App() { return ( {/* */} {/* */} {/* */} ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: "#fff", alignItems: "center", justifyContent: "center", }, });