Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 525 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 525 Bytes

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