Compare commits

...

1 Commits

Author SHA1 Message Date
Tran Anh Tuan
d8874fbe60 uncomment 2025-11-19 15:05:59 +07:00

View File

@@ -42,7 +42,7 @@ function AppContent() {
}}
/>
{/* <Stack.Screen
<Stack.Screen
name="(tabs)"
options={{
title: "Home",
@@ -53,7 +53,7 @@ function AppContent() {
<Stack.Screen
name="modal"
options={{ presentation: "formSheet", title: "Modal" }}
/> */}
/>
</Stack>
<StatusBar style="auto" />
<Toast config={toastConfig} visibilityTime={2000} topOffset={60} />