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(proptypes):Add missing prop types to tabbed header #170

Closed anusha5695 closed 3 years ago

anusha5695 commented 4 years ago

Fixes issue: https://github.com/netguru/sticky-parallax-header/issues/148

The contentContainerStyle, scrollRef, keyboardShouldPersistTaps, refreshControl, rememberTabScrollPosition props are added in src/predefinedComponents/DetailsHeader/TabbedHeader.js, PropTypes, and src/index.d.ts

anusha5695 commented 4 years ago

Hi @pi0trpietruszewski , could you check this?