import theme from "@/themes/Theme"; import UserLoginScreen from "@screens/UserLoginScreen"; import { ThemeProvider } from "@shopify/restyle"; import { StatusBar } from "expo-status-bar"; import { StyleSheet } from "react-native"; export default function App() { return ( {/* */} {/* */} ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: "#fff", alignItems: "center", justifyContent: "center", }, });