ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.28k forks source link

Child view inside show blank. #1120

Open doanbh opened 3 years ago

doanbh commented 3 years ago

In child View of ScrollableTabView, If I don't provide a const height. It display a blank page. And if I set a height for this view, it work normal. But this view has multi view inside, I don't know height correct of it. Can you help me.

mengbimao commented 3 years ago

so do i

OsamaHarby commented 3 years ago

i have the same problem