PedroBern / react-native-collapsible-tab-view

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

On Web(browser), Min height is being calculated infinitely and tab switches are not working #190

Open shivgarg5676 opened 3 years ago

shivgarg5676 commented 3 years ago

I am using "react-native-collapsible-tab-view": "^4.2.1-rc.0". It is working properly on my android phone. But in the web browser, it is computing min-height infinitely and sticky tabs are not working. secondly, on switching from one tab to another, active css(blue bottom border) is not getting applied to the selected tab. See the image image

andreialecu commented 3 years ago

The library is not yet compatible with react native web. PRs are welcome.