UNPKG

@segment/analytics-react-native

Version:

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

7 lines 195 B
import 'react-native-get-random-values'; import { v4 as uuidv4 } from 'uuid'; export const getUUID = () => { const UUID = uuidv4().toString(); return UUID; }; //# sourceMappingURL=uuid.js.map