-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
RN 0.60 Hermes: Property 'Proxy' doesn't exist. #25740
Comments
Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety? 👉 Click here if you want to take another look at the Bug Report issue template. |
@arivanandan Please, make sure that the update of your project has been correct in the following link |
I think it's because Hermes engine doesn't support Proxy facebook/hermes#28 |
I have been using the rn-upgrade-helper and it's been very helpful! So, if Proxy isn't present can I add a polyfill or should I just leave hermes off? |
I would suggest turn hermes off. |
I tried it and it doesn't seem to work. Seems like we have to wait for hermes to support it (if at all). |
Add
in build.gradle here is an example: |
RN: v0.60.4
Been upgrading this project from 0.53. Please let me know what could be causing this so I could follow up with code snippets of relevant files.
It goes away when I turn off hermes.
I also see this when the app is loading:
couldn't find DSO to load: libjscexecutor.so
The text was updated successfully, but these errors were encountered: