react-native-collapsible-header-views
react-native-collapsible-header-views copied to clipboard
Support contentContainerStyle paddingTop
Currently, contentContainerStyle's paddingTop is overriden by header's height.
I suggest either:
- Add a new prop, such as
extraPaddingTopwhich will be added to headerHeight to infer top padding - Use
Stylesheet.flattento evaluate if user provided a paddingTop, and add this padding top toheaderHeight to infer top padding.
Hi @jsamr , sorry for late reply - I just don't have enough time right now to revisit this. Please feel free to implement this feature the way you prefer and open a PR.