Mfa-detect-browser-capabilities Expo Android

Hello, I have an app with Expo and I generated an APK, and I am testing it on a physical device:
Device: Galaxy S9

Android Version: 8.0.0
Expo: ^54.0.30
react-native-auth0: ^5.3.1

The problem I am seeing is that after logging in, there is a completely blank screen, and I have no feedback on why it is totally blank and nothing happens; inspecting the URL, I see that ‘https://{domain}/u/mfa-detect-browser-capabilities?s…’ appears. Searching the internet, there were suggestions that it could be Bot Detection; however, I disabled it completely and I still have the same problem. I also tried with a build on iOS and did not have this problem. I would appreciate any suggestions to determine the problem or how to solve it.