-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
react native 0.63.0-rc.1 enableHermes: true, As soon as bluebird is imported, an unknown error occurs #241
Comments
Do you have any errors or traces in |
logcat
minimal code example that reproduces the problem. |
The exception |
any news? |
This appears to have been a bug in the Hermes 0.5.0 parser around parsing Changing a line in bluebird from The bug in the parser was fixed in dd81112. We'll try to patch that into the next patch release of Hermes. |
I'm using Bluebird and RN 0.63.2 and I'm having this problem... Where in Bluebird files did you change it @avp ? The identifier |
OK, I've replaced all |
This issue is a pain in the a** because every time we add / update some node module, we have to remember to re-do this hotfix in Bluebird.js. Is there any Hermes intermediate release that include this fix? |
We're currently working on releasing v0.5.1, the patch release which will contain this fix. You can follow along in #243. |
Hey for whoever is subscribed to this issue. v0.5.1 has been released!! |
You can force to use v0.5.1 of hermes: 1- that's works for me , i'm currently using the version 0.63.2 |
A note for people based on the above, you have to still do a ./gradlew clean to see changes, yarn start --reset-cache / npm will not do it alone. |
minimal code example that reproduces the problem.
repository https://github.com/gaodeng/hermes-bug
The text was updated successfully, but these errors were encountered: