1. 服务端返回500

React Native常见问题解决 500

解决方案

方案1:使用 yarn 工具

$ yarn remove babel-preset-react-native
$ yarn add [email protected]

方案2:使用 npm 工具

$ npm uninstall --save-dev babel-preset-react-native
$ npm install [email protected]


注:使用前先关掉所有cmd,卸载app后

相关文章: