Pārlūkot izejas kodu

finishing touches

Orlando04 2 gadus atpakaļ
vecāks
revīzija
dee5130160
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      MocionesIUPI/screens/MocionScreen.js

+ 2
- 0
MocionesIUPI/screens/MocionScreen.js Parādīt failu

48
     //connecting to API
48
     //connecting to API
49
     fetch(url);
49
     fetch(url);
50
 
50
 
51
+    navigation.navigate('Pinpage'); // redirects back to PinPage
52
+
51
     console.log(response);
53
     console.log(response);
52
   };
54
   };
53
 
55