Google Signup to my app show a notice and Splash reduce time load

I have my app developed but in some devices is showing this and i dont know why , when people click on allow the process not finish, the app go back to the login screen.

photo5086913898099091563|281x500

i’ve been reading in some forums and some people say that could be the 2SV (2 step verification) but in that account is activate it that option.

I would like to know how to fix this, because is not in all devices.

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): Andriod / iOS

In other hand i have an splash that is loading in 10-15 secs and is a lot of time to let users see the login screen.

Is there a way that i can reduce that time with expo?

My app.json is configured like this in the splash:

“splash”: {
“backgroundColor”: “#ffffff”,
“resizeMode”: “cover”,
“ldpi”: “./assets/414.png”,
“mdpi”: “./assets/414.png”,
“hdpi”: “./assets/621.png”,
“xhdpi”: “./assets/828.png”,
“xxhdpi”: “./assets/1242.png”,
“xxxhdpi”: “./assets/1242.png”
}

I will appreciate the help that the community can give me with this.

Thank you in advance

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