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

fixed a bug where the custom renderHeader wouldnt be used #410

Closed BatuhanCakir closed 1 year ago

BatuhanCakir commented 1 year ago

Description This pull request resolves that only the default header would be rendered . same wuth the renderheaderbarcheck is checks if a renderheader is passed and if yes it uses it for the header

Affected platforms