3.0.0-beta.4 • Published 2 years ago

react-native-example-package v3.0.0-beta.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-example-package

react-native-example-package

Installation

npm install react-native-example-package

Usage

import { utils } from 'react-native-example-package';

const { add, subtract, multiply, divide, equals } = utils.operators;

// ...

const addResult = add(-3, 7, 2, 1);
const subtractResult = subtract(3, 7);
const multiplyResult = multiply(3, 7, 10);
const divideResult = divide(8, 2, 2);
const equalsResult = equals(2, 2, 2, 2);

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

2.4.0

2 years ago

3.1.0

2 years ago

2.3.0

2 years ago

3.0.0

2 years ago

3.0.0-beta.4

2 years ago

3.0.0-beta.3

2 years ago

2.2.0

2 years ago

1.2.0

2 years ago

3.0.0-beta.2

2 years ago

2.1.0

2 years ago

3.0.0-beta.1

2 years ago

1.1.2

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago