0.4.8 • Published 1 year ago

react-native-gizwits-components v0.4.8

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

react-native-gizwits-components

components

Installation

npm install react-native-gizwits-components

Usage

import { multiply } from "react-native-gizwits-components";

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

启动

yarn example ios

目录说明

根目录的src存放组件,组件需要在src/index中导出组件和demo

然后挂到 example/src/index.tsx

代码片段