摘要:
npm install @babel/plugin-proposal-decorators 在package.json里面加一句话 "babel": { "plugins": [ [ "@babel/plugin-proposal-decorators", { "legacy": true } ] 阅读全文
posted @ 2021-01-15 19:58
创客未来
阅读(768)
评论(0)
推荐(0)
摘要:
在打包过程中 遇到:Execution failed for task ':react-native-icons:verifyReleaseResources'.,这是因为在项目中添加了第三防组件。这个问题原本不是rn版本的问题,原因是0.61.3将Android SDK的版本更新到28了,这与有些 阅读全文
posted @ 2021-01-15 18:07
创客未来
阅读(983)
评论(0)
推荐(0)
摘要:
项目中 .eslintrc.js 修改配置文件 1.简单配置 module.exports = { root: true, env: { node: true }, 'extends': [ 'plugin:vue/essential', 'eslint:recommended' ], rules: 阅读全文
posted @ 2021-01-15 10:26
创客未来
阅读(3959)
评论(0)
推荐(0)
摘要:
1.在空文件夹下输入CMD进入dos窗口 2.一次输入命令 npm install -g yarn react-native-cli react-native init 项目名称 cd 项目名称 react-native run-android 阅读全文
posted @ 2021-01-15 09:43
创客未来
阅读(223)
评论(0)
推荐(0)

浙公网安备 33010602011771号