UNPKG

@segment/analytics-react-native

Version:

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

14 lines (13 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getUUID = void 0; require("react-native-get-random-values"); var _uuid = require("uuid"); const getUUID = () => { const UUID = (0, _uuid.v4)().toString(); return UUID; }; exports.getUUID = getUUID; //# sourceMappingURL=uuid.js.map