FlatList setNativeProps does not work with onEndReached #26580
Labels
Bug
Component: FlatList
Stale
There has been a lack of activity on this issue and it may be closed soon.
I'm trying to use
refs
to set theonEndReached
prop of my FlatList imperatively. Is there a way to do that?I've modified an example from the PR that adds
setNativeProps
that toggles the color from black to white on an interval, but can't getonEndReached
oronScroll
to be called.Can anyone help me understand why the style is set but the methods aren't?
React Native version:
Steps To Reproduce
Describe what you expected to happen:
I expect the logs to be triggered
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: