Files
react-navigation/src
Álvaro Medina Ballester 420450c31a Fix TabBarBottom item layout (#499)
Instead of `flexGrow`, `TabBarBottom` should use `flex` in order to match iOS HIG for UITabBar. Otherwise, if labels with different length are set, the layout of the tab bar isn't consistent with what iOS users expect (tab highlighted with red border):

![screen shot 2017-02-27 at 11 23 27](https://cloud.githubusercontent.com/assets/289640/23364131/07103c5a-fcfe-11e6-8b7a-d7bc28ca3080.png)

After the change, this is how the tab bar looks:

<img width="429" alt="screen shot 2017-02-27 at 15 14 35" src="https://cloud.githubusercontent.com/assets/289640/23364470/7f652e76-fcff-11e6-9e84-8a0efa7d9c5d.png">
2017-02-27 19:52:47 +05:30
..
2017-02-13 08:26:30 -08:00
2017-02-13 08:26:30 -08:00
2017-02-27 19:52:47 +05:30
2017-02-13 08:26:30 -08:00
2017-02-13 08:26:30 -08:00