alinz / react-native-tabbar

Tab bar with more freedom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotate Problem

AAG81 opened this issue · comments

commented

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

Fixed #31

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.