瀏覽代碼

Update homeStack.js

making sure that we can see MocionPage
Orlando04 2 年之前
父節點
當前提交
e0362bc671
共有 1 個檔案被更改,包括 3 行新增8 行删除
  1. 3
    8
      MocionesIUPI/routes/homeStack.js

+ 3
- 8
MocionesIUPI/routes/homeStack.js 查看文件

@@ -19,10 +19,6 @@ const screens = {
19 19
         }
20 20
     },
21 21
 
22
-    Mocion: {
23
-        screen: MocionScreen,
24
-    },
25
-
26 22
     Pinpage: {
27 23
         screen: PincodeScreen,
28 24
         navigationOptions: {
@@ -30,10 +26,9 @@ const screens = {
30 26
         },
31 27
     },
32 28
 
33
-
34
-    test: {
35
-        screen: testscreen,
36
-    }
29
+    Mocion: {
30
+        screen: MocionScreen,
31
+    },
37 32
 }
38 33
 
39 34
 const HomeStack = createStackNavigator(screens, {