Library to provide native uuids. 2.0.0+ supports TurboModules/New Arch only.
npm install react-native-easy-uuid
import { uuid } from 'react-native-easy-uuid';
// ...
const result = uuid();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library