1.1.30 • Published 5 years ago

@cake-fxd/rn-elements v1.1.30

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

蛋糕英语React Native UI组件

开发调试

yarn start

vscode必装插件

  • eslint: 代码规范约束
  • prettier:代码格式化

settings配置

  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "[javascript]": {
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[typescriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  // Set the default
  "editor.formatOnSave": false,
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact",
  ],
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
  • vscode-fileheader: 代码注释工具

    settings配置

"fileheader.Author": "liusiying@baicizhan.com",
"fileheader.LastModifiedBy": "liusiying@baicizhan.com",
"fileheader.tpl": "/*\r\n * @Author: {author} \r\n * @Date: {createTime} \r\n * @Last Modified by:   {lastModifiedBy} \r\n * @Last Modified time: {updateTime} \r\n * @Description: \r\n */\r\n",

技术选型

  • expo

文档地址

开发前请提前安装expo-cli
yarn add global expo-cli
  • typescript:

文档地址

提交规范

  • huksy
  • commitlint
  • lint-staged

参考文档

http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html

1.1.30

5 years ago

1.1.29

5 years ago

1.1.28

5 years ago

1.1.27

5 years ago

1.1.26

5 years ago

1.1.25

5 years ago

1.1.24

5 years ago

1.1.23

5 years ago

1.1.22

5 years ago

1.1.21

5 years ago

1.1.20

5 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.12

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.1

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago