React Native常见问题解决 500

react

1. 服务端返回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后

以上是 React Native常见问题解决 500 的全部内容, 来源链接: utcz.com/z/383128.html

回到顶部