瀏覽代碼

日常开发

林旭祥 6 天之前
父節點
當前提交
ad0248d0c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      App.tsx

+ 1 - 1
App.tsx

@@ -9,7 +9,7 @@ const Stack = createNativeStackNavigator();
 function App(): React.JSX.Element {
   return (
     <NavigationContainer>
-      <Stack.Navigator initialRouteName="Udp">
+      <Stack.Navigator initialRouteName="Home">
         <Stack.Screen
           name="Login"
           component={LoginScreen}