react-native-largelist
react-native-largelist copied to clipboard
The best large list component for React Native.
I run example code sticky form, but list is very lag when scroll both of vertical and horizontal. Help me Please! Thank you so much. 1. Dev OS (/Mac/) 2....
Can you set the offset to refresh and load, and set the sliding distance to refresh and load?
当使用`this.LargeList.scrollTo({ x: 0, y: ofset, })`跳转到列表某处时,renderIndexPath接收的({ section, row })会先跳到目标位置,此时数据是正常的,但很快会再次刷新导致旧数据出现(如下面的视频) ```shell Dev OS (Mac) Target OS (Android) Simulator or real device? (Real Device) react-native: 0.64.2, react-native-spring-scrollview: ^3.0.1-rc.5, react-native-largelist: ^3.1.0-rc.2 ``` ```jsx...
Thank you for this library, I spent yesterday diving deep into it and wanted to say how thankful I am for both this and spring-scrollview. When trying to get smooth...
Problem I observed is detailed here: https://github.com/bolan9999/react-native-largelist/issues/466 This PR corrects the logic in two ways: 1) Changes the throttle to compare numbers in correct direction, before the if condition was...
While investigating some slow updates (repeatedly seeing old content as I scrolled -- more visible on Android but also happening pretty regularly on iOS) I noticed this line of code...
Dev OS: linux mint Target OS: Android "react-native-largelist": "^3.1.0-rc.2", "react-native-spring-scrollview": "^3.0.1-rc.5" Results are same on simulator and as well on device ``` {Alert.alert('fa');}} /> ```
If I try to run your example code got the following errors. **1. Cannot read property 'contentOffset' of undefined** **2. TypeError: Cannot read property 'sumHeight' of undefined** ``` return (...
**1:** Dev Operating System window 10 **2:** Target OS `android 11 inifnix note 10 `, `redemi note 8 android 10`, `samsumg A51 android 11`, `samsung j2 android 8 ` **3:**...
How to make LargeList items take on their own heights, as each items have different heights as the component renders, for instance a message box that has an image and...