0.1.0 • Published 5 months ago

react-native-sample-mod1 v0.1.0

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

react-native-sample-mod

contains modules

Installation

npm install react-native-sample-mod

Usage

import { multiply } from 'react-native-sample-mod';

// ...

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