Skip to content

Commit

Permalink
text tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Sep 1, 2020
1 parent 600063f commit ea40877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/viewtoken.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: viewtoken
title: ViewToken Object Type
---

`ViewToken` object is returned as one of properties in the callback `onViewableItemsChanged`, for example in [FlatList](flatlist) component. It is exported by [`ViewabilityHelper.js`](https://github.com/facebook/react-native/blob/master/Libraries/Lists/ViewabilityHelper.js).
`ViewToken` object is returned as one of properties in the `onViewableItemsChanged` callback, for example in [FlatList](flatlist) component. It is exported by [`ViewabilityHelper.js`](https://github.com/facebook/react-native/blob/master/Libraries/Lists/ViewabilityHelper.js).

## Example

Expand Down

0 comments on commit ea40877

Please sign in to comment.