netguru / sticky-parallax-header

A simple React Native library, enabling the creation of fully customized header for your iOS and Android apps.
https://netguru.github.io/sticky-parallax-header/
MIT License
1.86k stars 190 forks source link

fix: paddingBottom should now work #392

Closed ythomop closed 1 year ago

ythomop commented 1 year ago

This pull request resolves #387

Description

Until now, any paddingBottom in contentContainerStyle was ignored.

Affected platforms