JungHsuan / react-native-collapsible-tabview

This is only an implementation of tabview with collapsible header.
MIT License
276 stars 61 forks source link

Tabs With Different height. Extra space in the shorter tab #9

Open sagrawalcb opened 3 years ago

JungHsuan commented 3 years ago

Yes. You can set minHeight to fit the shorter tab, but when you scroll the longer tab, the shorter one would not scroll to the right position because the scrollToOverflowEnabled is not implemented on Android. However, it would work on iOS.

sagrawalcb commented 3 years ago

Tried but not working.

sagrawalcb commented 3 years ago

So i want to reset all scroll positions to zero on the tab change event. Can you suggest me what to do about it?