RayKay91
Results
2
issues of
RayKay91
ScrollView sticky header does not show on scroll up with props stickyHeaderOnScroll and contentInset
### Description When a ScrollView is used with the `stickyHeaderHiddenOnScroll` prop AND a `contentInset` is passed in with a `{ top: number }` value the sticky header scrolls away and...
Component: ScrollView
Needs: Triage :mag:
Getting an error with `verbatimModuleSyntax` rule enabled, this PR addresses it by importing the types with the `type` keyword. Not sure why this is being flagged by TS tbh, I...