mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

React-Native #100

Open davidebianchi opened 8 years ago

davidebianchi commented 8 years ago

For any question about React-Native, please retry in this topic.

tongdu99 commented 8 years ago

Thank you for the information! I got a little different error:

TransformError: [project_path]/node_modules/asteroid/lib/asteroid.js: Couldn't find preset "es2015" relative to directory "[project_path]/node_modules/asteroid"

After I installed babel-preset-es2015 and babel-preset-stage-0 and restart the app, still the same error. Any suggestions? Thanks!

tongdu99 commented 8 years ago

I also tried 3.0.0-alpha branch and clean the cache, but still the same error.

davidebianchi commented 8 years ago

Hi @tongdu99,

Did you have a .babelrc file in your project?