hungdev/react-native-instagram-login

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

junaid-junnu opened this issue · 2 comments

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

This sounds like the same bug as here: #120 solution is to add explicit withCredentials: false to the axios call

@Jaredude Thanks.
its worked.