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

Get uuid from native code. Zero Dependency. Tiny. Typescript typings.

Compatible with both old arch and TurboModules

Installation

yarn add react-native-easy-uuid && npx pod-install

Usage

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

// ...

console.log(uuid()); // F987E967-A5B4-46D2-A94D-8D2319C7B531

Troubleshooting

The library is exposing synchronous methods which prevents using the Google Chrome debugger. See these links for more information:

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published