This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Error when calling login: Malformed calls from JS: field sizes are different #2
Labels
is checking
Currently checking issue
Comments
You could simply use
It works for me, even if I am blocked later, everytime I click on Login, I have a new Login popup. |
this commit made the issue. Could you have a look @rubhiauliatirta ? |
Hi there, I have the same issue but only when I run my app on Android and after login function call. For iOS there is no problem. |
@nikolay-slavov you better write your authentication logic yourself. Have a look at KeycloakProvider.js. It's a matter of calling 3 expo methods :) |
I encountered this when following the example in the docs:
To resolve this I updated the
I assume the arguments provided by |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I just wonder if there are some compatibility issues with newer versions of expo/react native, I now run expo v 43.0.1 and react-native v 0.64.2 and your example gives this error:
It happens when clicking the login button, when the login function gets called. I could not find any typings so just created a typings folder with expo-keycloak-auth folder with index.d.ts stating declare module '*;
The text was updated successfully, but these errors were encountered: