0.1.4 • Published 8 months ago

rn-sample-library v0.1.4

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

rn-sample-library

Samplelibrary

Installation

npm install rn-sample-library

Usage

import { multiply,add,substract,division,Login } from 'rn-sample-library';

// ...

const result = await multiply(3, 7);
const result = await add(3, 7);
const result = await substract(7, 3);
const result = await division(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

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago