alinz / react-native-tabbar

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

Rotate Problem #21

Closed AAG81 closed 8 years ago

AAG81 commented 8 years ago

When I rotate the phone Tabbar would not extend to fill the screen. I attached the screenshot. rotate

adamski commented 8 years ago

Fixed #31

alinz commented 8 years ago

Hi @AAG81 I decided to take another approach. I have fixed this one without using onLayout change. onLayout change is very tricky and it leads to performance problem. I have pushed new code and please look into examples.