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

关于 renderFooter 的问题

Open dodoto opened this issue 4 years ago • 0 comments

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 <CustomComponent /> } 改成 renderFooter() { return <View> <CustomComponent /> </View> } 然后都变正常了

dodoto avatar Feb 08 '22 03:02 dodoto