You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
Currently, contentContainerStyle's paddingTop is overriden by header's height.
I suggest either:
extraPaddingTopwhich will be added to headerHeight to infer top paddingStylesheet.flattento evaluate if user provided a paddingTop, and add this padding top toheaderHeight to infer top padding.