react-native-gizwits-components
v0.4.8
Published
extend Modal props
Readme
react-native-gizwits-components
components
Installation
npm install react-native-gizwits-componentsUsage
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 中
