-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Unexpected Token 'import' #10
Comments
hi @dustinsavery
|
I have the same problem. It has to do that babel doesn't transpile dependencies in node_modules. Those should be transpiled into a (See here: http://stackoverflow.com/a/31822668/342947 |
thanks @fab1an! Will fix it. |
Check the referenced bug first, it's not easy to depend on react-native atm. |
All example are working on actual version of RN. |
Getting this error when running my project after adding this dependency. We're running babel (stage-2). Any idea why this is happening?
The text was updated successfully, but these errors were encountered: