AddEventListener not working on IOS

Hi,

I’m trying to make third-party authentication with github but currently there is a problem on IOS (real device), on adndroid devices(real and emulator) it works as expected.

So after succeed authentication BE redirect to expo application using res.redirect(exp://exp.host/passanger?user=${JSON.stringify(req.session.passport.user)});

In react native application I have Linking.addEventListener('url', this.handleRedirect); and handleRedirect is not called only on IOS

Did somebody have such problems ? Any solutions?

Thank you

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.