UNPKG

@segment/analytics-react-native

Version:

The hassle-free way to add Segment analytics to your React-Native app.

8 lines (6 loc) 172 B
import 'react-native-get-random-values'; import { v4 as uuidv4 } from 'uuid'; export const getUUID = (): string => { const UUID = uuidv4().toString(); return UUID; };