Browse Source

Update homeStack.js

making sure that we can see MocionPage
Orlando04 2 years ago
parent
commit
e0362bc671
1 changed files with 3 additions and 8 deletions
  1. 3
    8
      MocionesIUPI/routes/homeStack.js

+ 3
- 8
MocionesIUPI/routes/homeStack.js View File

@@ -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, {