ignite-andross icon indicating copy to clipboard operation
ignite-andross copied to clipboard

why is Andross using mismatched babel version?

Open EndlezzCoding opened this issue 6 years ago • 1 comments

Created a new project with Andross boilerplate and the react native version is "react-native": "0.57.7"

As stated in react native document, babel 7 is used since react native 0.56, but the boilerplate is using "babel-core": "6.26.0"

I am not encountering any issue for now but I think babel 7 must be used. I also don't understand why the boilerplate works without babel 7.

EndlezzCoding avatar Jan 28 '19 09:01 EndlezzCoding

@atominvention That's a good question. Would you want to submit a PR to upgrade Andross to babel 7?

jamonholmgren avatar Jan 29 '19 19:01 jamonholmgren