[expo-auth-session] Facebook auth: user is redirect to a blank screen

SDK: 40.0.0
Platform: Android
Workflow: Bare

Issue
When attempting to log user in through Facebook API user is redirected to a blank/white screen. This only happens when app is deployed, when in Expo things work as expected. I’ve been trying to get this to work for a couple weeks now but I am out of ideas. I’ve followed the Facebook Auth Guide step by step without any progress. I noticed the guide has recently changed but this problem persists.

My AndroidManifest.xml

    <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="fb{facebookAppId}"/>
        <data android:scheme="com.my.bundleID"/>
    </intent-filter>

From Google searches it looks like this is a known issue for some time time, at least a couple of years, but the solution isn’t clear. Does anyone know how to solve this issue?

Here’s a couple of images of what’s happening:

i have the same issue and no answer. Did you resolve problem? Looks it this is bug in the Expo SDK.