Browse Source

finishing touches

Orlando04 2 years ago
parent
commit
dee5130160
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      MocionesIUPI/screens/MocionScreen.js

+ 2
- 0
MocionesIUPI/screens/MocionScreen.js View File

@@ -48,6 +48,8 @@ export default App = ({ navigation }) => {
48 48
     //connecting to API
49 49
     fetch(url);
50 50
 
51
+    navigation.navigate('Pinpage'); // redirects back to PinPage
52
+
51 53
     console.log(response);
52 54
   };
53 55