alinz / react-native-tabbar

Tab bar with more freedom
MIT License
265 stars 49 forks source link

Android navigation buttons obscuring the tabbar #44

Open aubsw opened 8 years ago

aubsw commented 8 years ago

Hi ,

Just running the SimpleTabbar example on an android emulator.

tabbar

I've looked over the styling, and it's not immediately clear what the problem is. It's a very similar styling setup to react-native-tabs, but the react-native-tabs does not have the animations stuff.

Could fix this by adding a bottom to the styling, but that's not elegant.

I tried this on a few emulators on API platforms 22 and 23. Running Ubuntu 16.04.

Cheers!

tangolivesky commented 7 years ago

I have the same problem in android qq 20160930172915

saeed2402 commented 7 years ago

Get rid of justifyContent: 'center' and you'll be okay

brunitob commented 7 years ago

@saeed2402 where do you suggest the justifyContent?

qingjiaowochengzd commented 6 years ago

@brunitob @aubreywahl @tangolivesky I have same problem,are you solve? How?