Commit 2f83275b by G

we're just going to default to the login screen

parent a49e28c5
import theme from "@/themes/Theme"; import theme from "@/themes/Theme";
import PaymentAmountInputScreen from "@screens/PaymentAmountInputScreen"; import UserLoginScreen from "@screens/UserLoginScreen";
import { ThemeProvider } from "@shopify/restyle"; import { ThemeProvider } from "@shopify/restyle";
import { StatusBar } from "expo-status-bar"; import { StatusBar } from "expo-status-bar";
import { StyleSheet } from "react-native"; import { StyleSheet } from "react-native";
...@@ -11,7 +11,7 @@ export default function App() { ...@@ -11,7 +11,7 @@ export default function App() {
{/* <View style={styles.container}> */} {/* <View style={styles.container}> */}
<SafeAreaProvider> <SafeAreaProvider>
<StatusBar style="auto" /> <StatusBar style="auto" />
<PaymentAmountInputScreen /> <UserLoginScreen />
</SafeAreaProvider> </SafeAreaProvider>
{/* </View> */} {/* </View> */}
</ThemeProvider> </ThemeProvider>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment