react-native-largelist icon indicating copy to clipboard operation
react-native-largelist copied to clipboard

The best large list component for React Native.

Results 35 react-native-largelist issues
Sort by recently updated
recently updated
newest added

Getting error when using the module in RN Version 0.69.0 but works fine with 0.68.2 Tried cleaning the project but still same issue.

瀑布流card有文本换行的问题,所以card高度不确定,只能大概估算出高度,这个有高度矫正的方法吗

react-native-largelist 3.1.0-rc.2 存在的问题:换成LargeList中组件后,和TouchableOpacity组件使用滚动时很容易触发onPress事件, 换成 react-native-gesture-handler 1.10.3 之后,Ios表现正常,Android 还是存在

如果需要返回每一行的高度才可以使用的话 那么在聊天这种应用场景中,在某一条聊记录中,文字和图片是不固定的,中怎么获取它的高度呢? ![image](https://user-images.githubusercontent.com/81273619/154801901-c54ea82e-e6bb-4b13-aad5-5873186bcdc0.png)

cannot find any reference to `renderSection ` in `LargeList.js`

能否加个参数 上拉提前加载更多 类似Flatlist的onEndReachedThreshold

使用largelist实现类似sectionlist的功能(实现了两列),在使用的过程中,滑动后其中的有些内容无法点击,有些能够点击。上拉或者下拉后恢复正常。 环境: ios模拟器 react-native-largelist: 3.1.0-rc.2 react-native: 0.61.5 代码 ```tsx this.largeList = ref} data={this.videoTypeVm.allVideoContent} renderIndexPath={(section) => this.renderVideoItem(section, this.videoTypeVm.allVideoContent.length)} renderEmpty={() => } refreshHeader={VideoLoadComponent} onRefresh={() => { this.startTopLoader(); }} heightForSection={() => 35} heightForIndexPath={(section)...

运行 `android --variant release` 后报错 ``` Configure project :react-native-spring-scrollview publishNonDefault is deprecated and has no effect anymore. All variants are now published. ```

react-native: 0.63.3 react-native-spring-scrollview: 3.0.1-rc.5 react-native-largelist: 3.1.0-rc.1 没有调试ios,只调试了安卓。 写了一个 SectionList 当 renderFooter 是下面这种时,即使有数据也不会执行 renderFooter,renderSection 和 renderIndexPath ` renderFooter() { return } ` 改成 ` renderFooter() { return } ` 然后都变正常了