0.1.2 • Published 6 months ago

react-native-status v0.1.2

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

react-native-status

Status module

Installation

npm install react-native-status

Usage

import { multiply } from 'react-native-status';

// ...

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