ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

Android - Tab bar does not show #51

Closed manpreetmanur closed 6 years ago

manpreetmanur commented 8 years ago

Andriod: Tab bar content does not show if we don't specify the height of the container. It comes up only if we give a height to scroll view in case of android.

I cannot specify the height of the scrollabletab view as it can have the dynamic content.

IOS: Another issue is if the height of the second page is more than the first one, then the first page also takes the same height.

ptomasroos commented 6 years ago

Will close since this issue is more than a year, feel free to a open a new if this is still a issue.