-
-
Notifications
You must be signed in to change notification settings - Fork 776
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
JNI DETECTED ERROR IN APPLICATION: JNI IsAssignableFrom called with pending exception java.lang.NoSuchMethodError: no non-static method "Lit/innove/BleManager;.setEventEmitterCallback(Lcom/facebook/react/bridge/CxxCallbackImpl;)V #1319
Comments
we are having the same issue with our production app, we received 2 crash reports on firebase from two different devices.
|
we are having another crash, i don't know if it is related to the same issue.
|
Are you using the new architecture? |
yeah sorry forgot to mention that. RN version: 0.76.6 on other android versions it is random, we have 10 users crashing on android 11,12 and 13 |
I think is a RN problem like facebook/react-native#48606 |
But this issue is only mentioning API 26 which is android 8. We are facing crashes with android 11, android 12, android 13 and since i last commented we received a crash on android 14. the error in stacktrace is different from the one on android 8. should i open a new issue? meanwhile this is our discovery: |
The issue is in the react-native part so is the more reasonable answer. Try this fix facebook/react-native#48009 |
I am also having this issue in API version 26. I need help to implement the solution. I can't figure it out xd. |
Before open an issue
Describe the bug
when uses the ble-manager crashes the app on android 7
To Reproduce
Expected behavior
Crashes the app and dont run
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: