-
Notifications
You must be signed in to change notification settings - Fork 15
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 tombstone on a clean "npx react-native init" project #54
Comments
I have the very same error on the same setup and versions. @mrousavy do you need a repo with an example? |
Hi! Can you maybe paste the full logs from Also, please make sure the stacktrace is symbolicated |
Here is the stack trace from ndk-stack.
|
Note that both stack traces attached by me and @kantorm have symbols up until this line: I followed the code path there and the only place I can see an exception is thrown inside
|
@mrousavy just so you know. The issue still persists on version |
My Environment
Steps to reproduce
npx react-native init helloRN
yarn add react-native-bignumber
App.js
:console.log(new BN("0x111");
When running
npx react-native run-android
I get the following tombstone:The text was updated successfully, but these errors were encountered: