hungdev / react-native-instagram-login

a react native instagram login component (support android & ios). Pull requests are welcome!
https://www.npmjs.com/package/react-native-instagram-login
184 stars 103 forks source link

signup with instagram working on amulator debug mode but not working when I close debuger #121

Closed junaid-junnu closed 1 year ago

junaid-junnu commented 1 year ago

Hi I add this package it works on the emulator during debug time but not working when the debugger is closed or when making a build .

Does anyone have an idea about how to do that?

Thank you

Jaredude commented 1 year ago

This sounds like the same bug as here: https://github.com/hungdev/react-native-instagram-login/issues/120 solution is to add explicit withCredentials: false to the axios call

junaid-junnu commented 1 year ago

@Jaredude Thanks. its worked.