-
Notifications
You must be signed in to change notification settings - Fork 67
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
React Native build faild #32
Comments
Probably it's problem this old babel version. |
@vomchik Was the fix to update babel in your project? |
I clone redux-query repo and update babel to newest version. And link with my project. |
Can you update babel-cli ? |
And also, why you using very old version of superagent ? |
@ryanashcraft The issue can be closed. I installed all required babel-presets to my project and now all works fine. |
This specifically fixes issues with React Native because of the presence of a .babelrc in the npm package. As seen in amplitude#32
After installing and configuration I got error
Any ideas?
The text was updated successfully, but these errors were encountered: