Socket
Book a DemoInstallSign in
Socket

react-native-uuid-standalone

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-uuid-standalone

A standalone package that generate UUID based on native code

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

react-native-uuid-standalone

A standalone package that generate UUID based on native code. Others UUID package compatible with React Native suffer from problems with buffer or crypto dependencies. This one rely directly on UUID from Java for Android and UUID from Objective-C for iOS.

Installation

npm install react-native-uuid-standalone

Usage

import { randomUUID } from "react-native-uuid-standalone";
const uuid = await randomUUD(); // Return lowercase string UUID

Keywords

react-native

FAQs

Package last updated on 30 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts