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
This works perfectly on iOS but I get a crash on Android.
I use Expo and the bundled Expo Facebook Login feature. I can properly get the status and token but when calling await loginWithFacebook({ accessToken: token }, apollo);, here is what I get:
This works perfectly on iOS but I get a crash on Android.
I use Expo and the bundled Expo Facebook Login feature. I can properly get the status and token but when calling
await loginWithFacebook({ accessToken: token }, apollo);
, here is what I get:Here are my dependencies:
The text was updated successfully, but these errors were encountered: