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
- Host: GitHub
- URL: https://github.com/pierrecapo/react-native-easy-uuid
- Owner: PierreCapo
- License: mit
- Created: 2023-06-09T10:09:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T11:09:43.000Z (almost 2 years ago)
- Last Synced: 2025-06-18T10:04:44.366Z (12 months ago)
- Language: Kotlin
- Size: 1.75 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)