gooyi-mobile
v0.6.3
Published
UI Component library for Gooyi app
Downloads
11
Maintainers
Readme
gooyi-mobile
UI Component library for Gooyi app
Installation
npm install gooyi-mobile
Usage
import { multiply } from 'gooyi-mobile';
// ...
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
Made with create-react-native-library