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

Consider Compiling to ES5 #4

Open
dawsonc623 opened this issue Dec 11, 2019 · 0 comments
Open

Consider Compiling to ES5 #4

dawsonc623 opened this issue Dec 11, 2019 · 0 comments

Comments

@dawsonc623
Copy link
Member

ES6 ,modules seem to work for React Native itself, but when trying to test React Native applications with Jest, there are extra steps involved on the application side. These could be avoided by compiling to ES5 instead of ES6. This just becomes a question of whether or not this library should be responsible for handling the translation between ES6 modules and environments without them or if that should be the application's responsibility.

I do not have an answer for that question, yet.

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