@segment/analytics-react-native
Version:
The hassle-free way to add Segment analytics to your React-Native app.
24 lines (23 loc) • 534 B
text/typescript
export * from './client';
export * from './plugin';
export * from './types';
export * from './mapTransform';
export {
getNativeModule,
isNumber,
isString,
isObject,
isBoolean,
isDate,
objectToString,
unknownToString,
deepCompare,
} from './util';
export { SegmentClient } from './analytics';
export { SegmentDestination } from './plugins/SegmentDestination';
export {
type CategoryConsentStatusProvider,
ConsentPlugin,
} from './plugins/ConsentPlugin';
export * from './flushPolicies';
export * from './errors';