Browse Source

fixed error in homestack

Orlando04 2 years ago
parent
commit
c2b7c55170
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      MocionesIUPI/routes/homeStack.js

+ 1
- 1
MocionesIUPI/routes/homeStack.js View File

25
 
25
 
26
     Pinpage: {
26
     Pinpage: {
27
         screen: PincodeScreen,
27
         screen: PincodeScreen,
28
-    },
29
         navigationOptions: {
28
         navigationOptions: {
30
             headerTitle: () => <Header />
29
             headerTitle: () => <Header />
31
         },
30
         },
31
+    },
32
 
32
 
33
 
33
 
34
     test: {
34
     test: {