react-native-bidirectional-infinite-scroll
react-native-bidirectional-infinite-scroll copied to clipboard
📜 React Native - Bidirectional Infinite Smooth Scroll
Any plans about upgrading library to react native v0.64?
First I would like to thank you for this publication with flat-list-mvcp and effort to solve the jumping problem on Android. In my case, after setting the maintainVisibleContentPosition, the jumping...
Hi. Thanks for such library, but i faced two issues. Ill create another "issue" to separate them later. So the first as title says: every time i have double call...
https://user-images.githubusercontent.com/26365596/117164262-1fe60000-adcd-11eb-8c99-2eb75ef15eb4.mp4 Hi once again, so the second issue is: whenever you have a small initial list like 5-10 items with small height, e.g window height is 896, and the content...
Hi, thanks for the work on this. I would like to use it but I'm finding that the results are so inconsistent that it's not usable in production. Your example...
Can you please add documentation regarding to web support? Thank you for this wonderful component!
**Code:** Lib Version: 0.3.2 React Native: 0.61.5 ``` import { FlatList } from "react-native-bidirectional-infinite-scroll"; { flatListRef = ref }} getItemLayout={getItemLayout} style={styles.sectionList} data={formattedList} keyExtractor={(item, index) => item.id} renderItem={({ item, index })...
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...
I want load more data from firebase as my previous project I Used same method and same code it's working perfectly;but right now it was not working onEndReached called only...
Hey, I'm trying to use the ListHeaderComponent, but it's not working. It's working fine with RN native FlatList: ``` { return }} ref={flatList} data={data.FollowingPosts.posts} keyExtractor={item => item._id} renderItem={({ item })...