react-native-easy-uuid
v2.2.2
Published
Library to provide native uuids
Downloads
10
Readme
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