from documentation:
onEndReachedThreshold number
Threshold in pixels (virtual, not physical) for calling onEndReached. so I just w
In 2020, onEndReachedThreshold represents the number of screen lengths you should be from the bottom before it fires the event.
I use onEndReachedThreshold={2} to fire onEndReached when I'm two full screen lengths away.