-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
Remove react-tools #4010
Remove react-tools #4010
Conversation
93300fa
to
91a095c
Compare
Updated with the complete removal of react-tools. I left a couple of the other changes in-tact and then re-added jstransform and commoner to our devdeps (I hadn't done a fresh npm install to test last time…). We'll get rid of jstransform once we do #4130. |
cc @amasad. If react-native isn't ready to consume react from npm, we could build a new package that is just |
91a095c
to
bff47b9
Compare
We can't because of the overrides? |
Yea, pretty much. But decoupling the overrides is not completely straightforward. |
bff47b9
to
d6bdd99
Compare
ReactTools is deprecated, it doesn't belong at the root of the project. We'll remove it after 0.14 but for now this moves it so that it's contained and not intermixed with the rest of the project. The currect behavior of copying src/ into the package is maintained.
d6bdd99
to
94bc29b
Compare
ReactTools is deprecated so lets remove it.