ExpoKit release randomly stop working

The app was fine yesterday, it was displaying fine in Android but today when I try to start the app it just show a blank screen. What could have happened?

Is there a difference between the network yesterday and today?

Not really, a difference in the network can cause this? Also the debug app is working fine so I don’t know if it’s a problem with my expo publish page of the app.

This requires viewing the access log.

How can I view the access log? Or do you refer to the logcat of the device?

expo start

Terminal console is in log.

or Debugging tools:

react natve debugger \ react developer tools \ debugger remote js

I fix the error, seems like firebase is having fails in their latest releases. I fix it by downgrade firebase but now I have this error, just in the build, the debug app works fine…again.

Log cat

05-11 15:55:13.828 21685 21685 E AndroidRuntime: FATAL EXCEPTION: main
05-11 15:55:13.828 21685 21685 E AndroidRuntime: java.lang.RuntimeException: Expo encountered a fatal error: TypeError: undefined is not an object (evaluating ‘t.id’)

05-11 15:55:13.828 21685 21685 E AndroidRuntime:
05-11 15:55:13.828 21685 21685 E AndroidRuntime: This error is located at:
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in y
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in _
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in ForwardRef
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in RCTView
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in RCTView
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in RCTView
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in RCTScrollView
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in u
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in RCTView
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in Unknown
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in c
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in o
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in c
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in Unknown
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in Unknown
05-11 15:55:13.828 21685 21685 E AndroidRuntime: in Unknown
05-11 15:55:13.828 21685 21685 E AndroidRuntime:
05-11 15:55:13.828 21685 21685 E AndroidRuntime: at host.exp.exponent.experience.a$b.run(BaseExperienceActivity.java:7)

I may think is an error with the expo internal managing of variables? Cause I cannot see what t is.