-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
bug / contentContainerStyle is also affecting renderHeader #6
Comments
Would be too hard to give the lib consumer a prop so he would choose to make In FlatList for example the only way is using their renderHeader alternative to have FlatList in a screen, otherwise would need to wrap all in a ScrollView, and that make FlatList pointless. |
Yes, it's normal isn't a bug. Anyway send your mockup about your expectation.
Maybe could be possibile only for Header and Footer. I need to try it and after I'll give you a feedback about it. |
I mean, would be cool to have separate styling option as props, one for the In FlatList https://reactnative.dev/docs/flatlist#listheadercomponentstyle |
I add a static header and footer, so they shouldn't be re-rendered. Released on About |
Nice, thanks. |
contentContainerStyle
is also affectingrenderHeader
, would be the same thing as just wrapping BigList in a View. So, it's not working only in the content.The text was updated successfully, but these errors were encountered: