App auto restart on android

Hi all.
My app was running perfectly on android and ios few days ago, but now app wont run on android. When i use my android expo app to open my app, it seems ok. After user login with google ,it auto quits my app. No error in the console. iOS is still running fine. any ideas ? I think it have something to do with redux , it quits when calling a redux action

Have you checked the device logs https://docs.expo.io/versions/latest/guides/logging.html#optional-manually-access-device-logs for an error?

I am having this same issue, my app restarts when I want to login, I use Redux and react navigation.
This app works perfectly on expo simulator.
Is there a solution to this?

@eugeneli71 how did you solve this issue?