react-native-easy-uuid
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i react-native-easy-uuid

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

28 kB

Total Files

29

Last publish

Collaborators

  • pierrecapo