Skip to content
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

Go back to using v8 as JS engine #1103

Open
achou11 opened this issue May 31, 2023 · 0 comments
Open

Go back to using v8 as JS engine #1103

achou11 opened this issue May 31, 2023 · 0 comments

Comments

@achou11
Copy link
Member

achou11 commented May 31, 2023

Upgrading React Native to 0.66.5 surfaced an issue with the version of react-native-v8 that existed at the time of our upgrade. This issue led us to switch to JSC for the JS engine in #1040, causing a slew of changes related to polyfilling necessary Intl apis.

Apparently the original issue(s) in v8 should be fixed by now as of v1.6.0, so it would be nice to revert JSC-related changes and go back to using v8 again.

Kudo/react-native-v8#149 (comment)
Kudo/react-native-v8#150 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant