leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.4k stars 2.34k forks source link

Tab Bar within View #528

Open joecaraccio opened 7 years ago

joecaraccio commented 7 years ago

Which OS ?

Android

Version

Which versions are you using:

Hi Everyone, I am trying to embedded a tab bar inside a view in the react native swiper. What I have noticed if I put the tab bar in that view, it does not render the components in the tab bar.. just the tab bar itself

is there something with the rendering and it only rendering one level down?

mrdezzods commented 7 years ago

if you wrap it inside a View and make that view flex:1, the content get's all the space within the swipe.