react-native-tracker.screenviewprops
Home > @snowplow/react-native-tracker > ScreenViewProps
ScreenViewProps type
ScreenView event properties schema: iglu:com.snowplowanalytics.mobile/screen_view/jsonschema/1-0-0
Signature:export declare type ScreenViewProps = {
name: string;
id?: string;
type?: string;
previousName?: string;
previousId?: string;
previousType?: string;
transitionType?: string;
};