赞
踩
新版本存在不兼容,在运行 react-native run-android
[备注:红色的字体是小写的哦] 的时候,发生的错误分析:
$ react-native -v
:
react-native-cli: 2.0.1
react-native: 0.47.1
$node -v
:
v7.8.0
$ npm -v
:
4.4.4
babel-preset-react-native version : @3.0.0 存在问题,需要版本回退
yarn remove babel-preset-react-native
yarn add babel-preset-react-native@2.1.0
npm uninstall --save-dev babel-preset-react-native
npm install babel-preset-react-native@2.1.0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。