responseListener.current = Notifications.addNotificationResponseReceivedListener((response) => {
// const url = Linking.useURL();
// console.log("link: ", url)
// exp://192.168.1.51:8081 url get from Linking.useURL()
const url2 = 'exp://192.168.1.51:8081';
Linking.openURL(url2);
});
I can’t redirect into project in expo app.
I want to open the project in expo app when I click in the notification.