Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Levaimate opened this issue Aug 31, 2022 · 2 comments
Open

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

Levaimate opened this issue Aug 31, 2022 · 2 comments

Comments

@Levaimate
Copy link

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
Copy link
Member

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants