You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✅ ] Did you perform a cursory search of open issues? Is this bug already reported elsewhere?
[✅ ] Are you running the latest SDK version?
[ ✅] Are you reporting to the correct repository (magic-sdk)?
🐛 Description
This was working fine the first time I implemented it one month ago. I've upgraded to the latest RN version from that time, this was the only code change. I'm still receiving the email with the OTP code, but I can't see the status changing neither the modal if I pass showUI as true
🧩 Steps to Reproduce
Create a new magic instance on RN android
Call magic.auth.loginWithEmailOTP
Debug all status, see that they don't change.
🤔 Expected behavior
Prompt being triggered if showUI is true, and email-otp-sent event being triggered
✅ Prerequisites
magic-sdk
)?🐛 Description
This was working fine the first time I implemented it one month ago. I've upgraded to the latest RN version from that time, this was the only code change. I'm still receiving the email with the OTP code, but I can't see the status changing neither the modal if I pass showUI as true
🧩 Steps to Reproduce
🤔 Expected behavior
Prompt being triggered if showUI is true, and email-otp-sent event being triggered
😮 Actual behavior
Nothing happens
💻 Code Sample
🌎 Environment
Samsung S23 Android Version 14
BTW, I have on my code, so it is not due to not using the Relayer
return (
<>
<magic.Relayer />
</>
);
The text was updated successfully, but these errors were encountered: