Skip to main content

react-native-tracker.listitemviewprops

Home > @snowplow/react-native-tracker > ListItemViewProps

ListItemViewProps type

Event tracking the view of an item in a list. If screen engagement tracking is enabled, the list item view events will be aggregated into a screen_summary entity.

Schema: iglu:com.snowplowanalytics.mobile/list_item_view/jsonschema/1-0-0

Signature:
export declare type ListItemViewProps = {
index: number;
itemsCount?: number;
};