ViewToken object is returned as one of the properties in the onViewableItemsChanged callback (for example, in the FlatList component). It is exported by ViewabilityHelper.js.
{
item: {key: "key-12"},
key: "key-12",
index: 11,
isViewable: true
}
indexUnique numeric identifier assigned to the data element.
isViewableSpecifies if at least some part of list element is visible in the viewport.
itemItem data
keyKey identifier assigned to the data element extracted to the top level.
sectionItem section data when used with SectionList.