We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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> } 然后都变正常了
renderFooter() { return <CustomComponent /> }
renderFooter() { return <View> <CustomComponent /> </View> }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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> }
然后都变正常了
The text was updated successfully, but these errors were encountered: