React Native Auth0 With Custom Login Form Not Showing Login Form

In our react native app we are using “react-native-auth0”: “^2.17.4”.

Auth0 dashboard is configured for showing custom login form.

When we launch the app its redirected custom login page in mobile browser, but we are not able to see Username and Password fields there. Only app logo we are able to see.

After inspecting emulator chrome browser we could see following error in the console

Any possible fix for this?