尝试开始使用react native并运行此
react-native init SomeApp
react-native run-ios
这会产生红屏错误
TransformError Using removed Babel 5 options Projects/.bablerc.optional Put the specific transforms you want in the plugins option
我按照了这个错误的说明:
https://github.com/reactjs/react-redux/issues/339
并在dev依赖项中添加了特定版本的babel,并且似乎修复了它。为什么反应启动器说明和项目模板在package.json中已经没有了 - 这是一个错误吗?