ignite-andross
ignite-andross copied to clipboard
why is Andross using mismatched babel version?
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.
@atominvention That's a good question. Would you want to submit a PR to upgrade Andross to babel 7?