I'm using a <FlatList>
component to display a simple list.
This component has events for onEndReached
, but I could not find an equivalent for the top, like an onBeginningReached
event.
How do you detect that a user has scrolled to the very top of the <FlatList>
?