Browse Source

Un nuevo comienzo

Ricardo-gonzalez32 2 years ago
parent
commit
0400060485
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      MocionesIUPI/screens/PincodeScreen.js

+ 4
- 2
MocionesIUPI/screens/PincodeScreen.js View File

@@ -44,8 +44,10 @@ export default class App extends React.Component {
44 44
               />
45 45
           </View>
46 46
           
47
-          { pincode && <Button title='Ir a mocion' onPress={this.pressHandler} />}
48
-          
47
+          <View style={globalStyles.container}>
48
+            { pincode && <Button title='Ir a mocion' onPress={this.pressHandler} />}
49
+          </View>
50
+
49 51
         </View>
50 52
       );
51 53
     }