Android crashes randomly suspected reanimated issue

Please provide the following:

  1. SDK Version:
    Expo CLI 4.8.1 environment info:
    System:
    OS: Windows 10 10.0.19042
    Binaries:
    Node: 12.18.2 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
    npm: 6.14.5 - C:\Program Files\nodejs\npm.CMD
    IDEs:
    Android Studio: Version 4.2.0.0 AI-202.7660.26.42.7486908
    npmPackages:
    expo: ^42.0.0 => 42.0.1
    react: 16.13.1 => 16.13.1
    react-dom: 16.13.1 => 16.13.1
    react-native: https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz => 0.63.2
    react-native-web: ~0.13.12 => 0.13.18
    react-navigation: ^4.4.3 =
  2. Platforms(Android/iOS/web/all):
    Android

Some more information:
A client of ours has some strange crashes. His employees complain alot about the app closing randomly. After check Sentry, which didnt saw any errors reported. So we looked at the Google Crashes and ANR’s.

There we received the following crash and we have no clue were to start:

java.lang.RuntimeException: 
  at host.exp.exponent.experience.BaseExperienceActivity.lambda$consumeErrorQueue$0 (BaseExperienceActivity.java:210)
  at host.exp.exponent.experience.BaseExperienceActivity.lambda$consumeErrorQueue$0$BaseExperienceActivity (BaseExperienceActivity.java)
  at host.exp.exponent.experience.-$$Lambda$BaseExperienceActivity$KACrV8PgD2oygGCw48QyqHbt-ok.run (-.java:2)
  at android.os.Handler.handleCallback (Handler.java:873)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at android.os.Looper.loop (Looper.java:214)
  at android.app.ActivityThread.main (ActivityThread.java:7050)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:965)`Preformatted text`

Off course I did some research on the internet and found that reanimated could be the origin of the crash, but every fix that was advised didn’t work for us. I hope someone can help us.

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