problem with the expo-facebook

  1. SDK Version: 44.0.0
  2. Platforms(Android/iOS/web/all): all
  3. Expo-Facebook version: ~12.1.0

hi i am with a problem when i try make the facebook login in IOS when i use await Facebook.initializeAsync({ appId: FB_APP_ID });
and after

const response = await Facebook.logInWithReadPermissionsAsync({
      permissions: FB_PERMISSIONS
 });

this response is returning the expo facebook appID

i configured app.json correctly since login with facebook is working on android