You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
Using on a device running Android 5.1.1, the application crashes a few seconds after launching.
![image](https://user-images.githubusercontent.com/35972451/187783110-8b0aec64-d0fc-4e98-985b-7609b356b3cb.png)
The stack trace shows a null pointer exception at ReanimatedNativeHierarchyManager.java:266
The text was updated successfully, but these errors were encountered: