-
Notifications
You must be signed in to change notification settings - Fork 96
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
.babelrc should be removed from npm #44
Comments
No, it absolutely should not be - |
Ok, thanks for the tip. I thought |
No worries - untranspiled npm packages shouldn't exist; it's a flaw in the RN ecosystem that it's encouraged and allowed. |
I also had the impression that untranspiled code would perform better if it's natively supported but that's not true. So I get your point that all packages should be transpiled and there shouldn't be a need for RN packager to touch node_modules. |
Definitely not true - older syntax is almost always faster than newer syntax, because older syntax has had time to be optimized. |
React Native packager doesn't find preset
airbnb
. Removing.babelrc
fixes it.reduxjs/redux-thunk#43
facebook/react-native#4062
Also applies to react-with-styles-interface-react-native.
The text was updated successfully, but these errors were encountered: