An open API service indexing awesome lists of open source software.

https://github.com/pierrecapo/react-native-easy-uuid

Generate UUID for your react-native app. Use platform native code. Zero dependency
https://github.com/pierrecapo/react-native-easy-uuid

Last synced: 12 months ago
JSON representation

Generate UUID for your react-native app. Use platform native code. Zero dependency

Awesome Lists containing this project

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)