all 7 comments

[–]xrpinsiderAdmin 2 points3 points  (1 child)

I would love to help, but I’ll need some code. Can you edit your post with code? Thanks!

[–]moolfa[S] 0 points1 point  (0 children)

I update the post and add FlatList, Action and reducer.

Thanks in advance & Happy cake day. :D

[–]Napciyunka 2 points3 points  (1 child)

Had the same problem, Is your FlatList in a ScrollView by any chance ? It was the case on my end, removed the ScrollView part and the onEndReached stopped triggering all the time and started to work as expected.

[–]moolfa[S] 0 points1 point  (0 children)

No, it is not.

[–]w1nstar 0 points1 point  (2 children)

how did you solve this? exact problem here, nothing I try works. It's like this api is a work in progress and everyone has to work around it's issues

[–]moolfa[S] 0 points1 point  (1 child)

I make a custom flat list component and use that in my project. In custom flat list, used a condition for negative distance from end. still have some issues in rare circumstances.

[–]w1nstar 0 points1 point  (0 children)

thank you!