Explorar el Código

抽奖动画隐藏路径。

zbb hace 3 meses
padre
commit
9709a6ac0c
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      app/lottery/_layout.tsx

+ 7 - 0
app/lottery/_layout.tsx

@@ -0,0 +1,7 @@
+import { Stack } from 'expo-router';
+
+export default function Layout() {
+  return (
+    <Stack screenOptions={{ headerShown: false }} />
+  );
+}