As we can see in /src/primitiveComponents/withStickyHeader.tsx, paddingBottom is always equal to tabsHeight, which I understand, but I believe it would be nice if we could change this padding or, maybe, add a number to it, because, as it is right now, there is no gap between the last item of the list and the screen's bottom.
Feature request
As we can see in
/src/primitiveComponents/withStickyHeader.tsx
, paddingBottom is always equal totabsHeight
, which I understand, but I believe it would be nice if we could change this padding or, maybe, add a number to it, because, as it is right now, there is no gap between the last item of the list and the screen's bottom.IMO, this is the best solution: