# react-native-easy-uuid

> Library to provide native uuids

Latest version **2.2.2** (published 2024-08-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-easy-uuid
pnpm add react-native-easy-uuid
yarn add react-native-easy-uuid
bun add react-native-easy-uuid
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.2.2 |
| Published | 2024-08-06 |
| First published | 2023-06-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 16.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 14 |
| Author | PierreCapo |
| Maintainers | pierrecapo |
| Keywords | react-native, ios, android |

## Links

- npm: https://www.npmjs.com/package/react-native-easy-uuid
- Repository: https://github.com/PierreCapo/react-native-easy-uuid
- Homepage: https://github.com/PierreCapo/react-native-easy-uuid#readme
- Issues: https://github.com/PierreCapo/react-native-easy-uuid/issues
- npm.io page: https://npm.io/package/react-native-easy-uuid

## 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

- 2.2.2 (latest) — 2024-08-06
- 2.2.1 — 2024-08-06
- 2.2.0 — 2024-08-06
- 2.1.0 — 2024-08-06
- 1.1.0 — 2023-06-09

## README

# react-native-easy-uuid

Library to provide native uuids. 2.0.0+ supports TurboModules/New Arch only.

## Installation

```sh
npm install react-native-easy-uuid
```

## Usage


```js
import { uuid } from 'react-native-easy-uuid';

// ...

const result = uuid();
```


## 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-easy-uuid · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
