0.1.8 • Published 5 months ago

react-native-craft-kit v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

react-native-components

well made react native components

Installation

npm install react-native-components

Usage

import { multiply } from 'react-native-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


Made with create-react-native-library