VS code开发React Native插件安装

插件名
React Native Tools 微软官方开发的vscode下 React Native的开发辅助工具
ES7 React/Redux/GraphQL/React Native snippets 代码提升
Auto Close Tag 自动闭合标签
Auto Rename Tag
ESLint
Prettier 格式化代码

tips: 初始化项目后打开项目,ESLint报错——“ESLint configuration in .eslintrc.js » @react-native-community/eslint-config is invalid: - Property "overrides" is the wrong type (expected array but got `{"files":["/tests//.js","/.spec.js","*/.test.js"],"env":{"jest":true,"jest/globals":true, },”,需要增加ESLint对React的支持,安装插件eslint-plugin-react

npm install eslint-plugin-react --save-dev
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。