Kevin
Kevin
Hi running into the same issue. Any updates on this?
Experiencing a similar issue. Also expo vector icons don't seem to show correctly and some styling does not load correctly. If you make a code change and hot reload, everything...
@atif089 unrelated to this issue, but I see you got images working on react native 0.76.5. There's an outstanding issue where images are not showing. Did you do anything special...
I am using a physical device if that makes a difference. Sometimes it does work which is strange but for the most part it does not. When I log `signInOutput`...
I'm using the below versions that are different. The other packages are the same. I do not have react-dom ``` "expo": "^52.0.0", "react": "18.3.1", "react-native": "0.76.7", ```
It looks like this session token is constructed by Amplify not Cognito is that correct? It looks like it might be based off of the userAgent which could explain why...
Hi any updates on this? This is big blocker for us since Android devices can't sign in consistently.
I checked the userAgent and it's a short string like `aws-amplify/6.15.0 auth/4 framework/202`. I also logged the response from `await initiateAuth` and the Session token in response is 8420 in...
Sure. I included the Session token since I assume this is safe to share. ``` {"$metadata": {"attempts": 1, "cfId": undefined, "extendedRequestId": undefined, "httpStatusCode": 200, "requestId": "b4eefcca-1054-4c1b-8466-9c2d06fd4552"}, "ChallengeName": "CUSTOM_CHALLENGE", "ChallengeParameters": {"USERNAME":...
I'm using CUSTOM_WITHOUT_SRP. My auth flow does not require a password. It first expects a reCaptcha v3 token to verify the client is not a bot and then sends an...