uncomment

This commit is contained in:
Tran Anh Tuan
2025-11-19 15:05:59 +07:00
parent 00fd53bbd4
commit d8874fbe60

View File

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