1.1.0 • Published 12 months ago

react-native-easy-uuid v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

1.1.0

12 months ago