Is this a bug report?
Yes
Yes
Environment
react-native -v: 0.47
node -v: 6.11.1
npm -v: 3.10.10
Then, specify:
- Target Platform: IOS, ANDROID
- Development Operating System: Mac OS Sierra
Expected Behavior
If I have a FlatList with the prop inverted={true} I want the callback onEndReached to be dispached when the user reaches the top of the items.
Actual Behavior
There is no way to get a callback when the user reaches the top of an Inverted FlatList. Its should be a callback for this just like the onEndReached.