# react-native-example-package

> test

Latest version **3.1.0** (published 2023-02-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-example-package
pnpm add react-native-example-package
yarn add react-native-example-package
bun add react-native-example-package
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.1.0 |
| Published | 2023-02-07 |
| First published | 2023-01-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >= 16.0.0 |
| Dependencies | 0 |
| Unpacked size | 18.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Weslley da Silva Gomes |
| Maintainers | weslleydsg |
| Keywords | react-native, ios, android |

## Links

- npm: https://www.npmjs.com/package/react-native-example-package
- Repository: https://github.com/weslleydsg/react-native-example-module
- Homepage: https://github.com/weslleydsg/react-native-example-module#readme
- Issues: https://github.com/weslleydsg/react-native-example-module/issues
- npm.io page: https://npm.io/package/react-native-example-package

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 3.1.0 (latest) — 2023-02-07
- 2.4.0 (release-2.x) — 2023-02-07
- 3.0.0 (next) — 2023-02-06
- 3.0.0-beta.4 (beta) — 2023-02-06
- 2.3.0 — 2023-02-06
- 3.0.0-beta.3 — 2023-02-05
- 2.2.0 — 2023-02-05
- 1.2.0 — 2023-02-05
- 3.0.0-beta.2 — 2023-02-05
- 2.1.0 — 2023-02-05
- 3.0.0-beta.1 — 2023-02-05
- 1.1.2 — 2023-02-05
- 2.0.0 — 2023-02-05
- 1.1.1 — 2023-01-26
- 1.1.0 — 2023-01-26
- … 1 more at https://npm.io/package/react-native-example-package/versions

## README

# react-native-example-package

react-native-example-package

## Installation

```sh
npm install react-native-example-package
```

## Usage

```js
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 powerResult = power(3, 3);
const equalsResult = equals(2, 2, 2, 2);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)

---
_Source: https://npm.io/package/react-native-example-package · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
