TypeError: undefined is not an object (evaluating '_await$Facebook$logIn.type')

Hi there:

I am getting this error in my App. I have search information on web but nothing related (up to date) with that. I am using dev-client from EAS development and I am trying to login with @expo-facebook

  1. SDK Version: 43.0.0
  2. Platforms: Android

Here my code:

await Facebook.initializeAsync({

            appId: app_Id_Facebook,

        });


        const { type, token } =

            await Facebook.logInWithReadPermissionsAsync({

                permissions: ["public_profile", "email"],

            })

I also had follow the instructions on docs: https://docs.expo.dev/versions/latest/sdk/facebook/#configuration-in-appjson--appconfigjs

I would appreciate any comment.

Thank you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.