|
@@ -49,7 +49,6 @@ export function Home_page({navigation}) {
|
49
|
49
|
responseListener.current = Notifications.addNotificationResponseReceivedListener(response => {
|
50
|
50
|
console.log("response", response);
|
51
|
51
|
console.log("response date", response.notification.date);
|
52
|
|
- console.log("response date", appointments[0]._id);
|
53
|
52
|
const idDate = response.notification.date;
|
54
|
53
|
if (response.notification.request.content.body == 'Le solicitan una cita'){
|
55
|
54
|
navigation.navigate('Confirm');
|