PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
827 stars 160 forks source link

Fix/ios min height #307

Closed tiagocorreiaalmeida closed 1 year ago

tiagocorreiaalmeida commented 1 year ago

This PR fixes this issue, where the user is able to scroll down after the content ends, this was occurring because the minHeaderHeight value was not taken into consideration when calculating the min height for the view.

I also updated the min header height example to make it more easier to test this specific scenario