Parcourir la source

抽奖动画隐藏路径。

zbb il y a 3 mois
Parent
commit
9709a6ac0c
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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 }} />
+  );
+}