UNPKG

@segment/analytics-react-native

Version:

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

3 lines 194 B
import type { Config, Context, UserTraits } from './types'; export declare const getContext: (userTraits?: UserTraits, config?: Config) => Promise<Context>; //# sourceMappingURL=context.d.ts.map