helium / hotspot-app

Helium hotspot app for iOS and Android
https://www.helium.com
Apache License 2.0
185 stars 138 forks source link

[Android] Instant crash on Android 5.1.1 - NPE #1350

Open Levaimate opened 1 year ago

Levaimate commented 1 year ago

Using on a device running Android 5.1.1, the application crashes a few seconds after launching. The stack trace shows a null pointer exception at ReanimatedNativeHierarchyManager.java:266 image

cokes518 commented 1 year ago

Hi, looks like the crash is happening in React Native, the core framework that the app uses to publish to both iOS and Android. Unfortunately, there's no way for us to fix this crash. The only thing we can suggest is try upgrading your Android OS version to something more recent.

Levaimate commented 1 year ago

After some research, it seems that the issue was fixed in the react-native-reanimated 2.4.0 release. The app seems to use version 2.3.1. Updating the version number should be able to solve the issue.