Crash ExpoKit Build Android

Please provide the following:

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

I was having issues with my app recently but I fix the problem by downgrading firebase, seems like is having some changes that makes the app fails in their latest releases. But know my app crash in a specific point in the app, this is what I got in log cat.

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 don’t know what is going on here, also, the app works great on debug and with a real device connected but makes this crash when it gets built.

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