react-native-wechat-work
wechatwork
Installation
在 package.json 里 增加
"react-native-wechat-work": "git+http://192.168.31.120/common/react-native/react-native-wechat-work.git"
Usage
import { multiply } from 'react-native-wechat-work';
// ...
const result = await multiply(3, 7);
代码提交说明格式
<type>(<scope>): <subject>
build : 更改构建系统和外部依赖项(如将 gulp 改为 webpack,更新某个 npm 包) ci : 对 CI 配置文件和脚本的更改 docs : 仅仅修改文档说明 feat : 增加一个新特性 fix : 修复一个 bug perf : 更改代码以提高性能 refactor : 代码重构时使用 style : 不影响代码含义的改动,例如去掉空格、改变缩进、增删分号 test : 增加新的测试功能或更改原有的测试模块
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library