Closed dalanmiller closed 8 years ago
npm run test
seems to be hanging for me though.
This looks good, we should remove the dependency on loose though
Ok, I got react native working (chat example), and it seems the issue is that we include our .babelrc at all in the package (which we don't need to do). So, moving it out to a .babelrc, removing -loose (just cause) and making sure the .babelrc isn't distributed should work fine
Should handle for #814 but since I know next to nothing about babel @deontologician should look at this.
This change is