-
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
[Meta] Android target ES6 and beyond with new jsc landed on master #23049
Comments
Through the process I also know how to fix react-navigation/react-navigation#5350. Basically similar fix to #20588. |
@gengjiawen This is the
|
We will gradually remove transforms that are no longer necessary soon. It requires some work on the FB side, so please wait for some commits to be merged in this area over the next few months. |
Motivation
With this we can have better perf and bundle size.
First tested at https://github.com/gengjiawen/ReactNativeNewJsc. (check
README
for basic setup).Then move a more big project: https://github.com/gengjiawen/test-react-nav-with-screens.
Current Status:
The file is:
node_modules\react-navigation-stack\src\views\StackView\StackViewLayout.js
.Please mind it's the one in
src
folder, not thedist
one, if you want to debug.The text was updated successfully, but these errors were encountered: