-
Notifications
You must be signed in to change notification settings - Fork 42
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
Crash app on android caused by 'Can't find variable: BigInt' #725
Comments
Hello @quocbinhof97 👋 Thank you for reaching out! Could you please share your |
Hello @marco-saia-datadog, Thank you for your attention. Here is my
|
The following details may be helpful:
|
Hello @quocbinhof97 👋 We will work on an official solution for this problem. I would suggest you to look at this comment: #733 (comment) It describes a temporary workaround that you can use while waiting for the release that contains the fix. Would that work for you? |
Hello @marco-saia-datadog Now, it doesn't show the error screen but there is a line in the console. |
Stack trace
Android build is crash when setting
config.firstPartyHosts = ['example.com'];
, but it work well on IOS.In my
gradle.properties
If I enable
hermesEnabled=true
it works fine, but I want to use the JS engine. Can anyone help me about it.Reproduction steps
Run android build via
react-native run-android
Volume
100%
Affected SDK versions
2.4.3
Latest working SDK version
2.4.3
Does the crash manifest in the latest SDK version?
Yes
React Native Version
0.74.3
Package.json Contents
No response
iOS Setup
No response
Android Setup
android/app/build.gradle
Device Information
No response
Other relevant information
No response
The text was updated successfully, but these errors were encountered: