Skip to content

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

License

Notifications You must be signed in to change notification settings

PierreCapo/react-native-easy-uuid

Repository files navigation

react-native-easy-uuid

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

Installation

npm install react-native-easy-uuid

Usage

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

// ...

const result = uuid();

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