GetStream / react-native-bidirectional-infinite-scroll

📜 React Native - Bidirectional Infinite Smooth Scroll
https://getstream.github.io/react-native-bidirectional-infinite-scroll/
MIT License
236 stars 27 forks source link

Type Error: from onEndReached prop #37

Open bk973 opened 1 year ago

bk973 commented 1 year ago

TypeError: onEndReached().then is not a function. (In 'onEndReached().then(p)', 'onEndReached().then' is undefined)

Does this error mean that the function i supply to onEndReached prop is supposed to be asynchronous?

Need some help on this please, deadline is in a few days!

le-blip commented 1 year ago

Yes it is supposed to be async, no idea why though