corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

Fix push then pop, and SMXTabBar rotation bugs. #51

Closed dvdhsu closed 9 years ago

dvdhsu commented 9 years ago

In React Native, the RCTTabarBar was changed to work better when the device was rotated. Unfortunately, the fix was never applied over to this library.

The original issue is in facebook/react-native#1064. This commit applies the changes from facebook/react-native@d82aaa7fb3a69c1ee736359ac53f3b8fd583b78b back in to this library.

corymsmith commented 9 years ago

Thanks @dvdhsu

corymsmith commented 9 years ago

Just merged this in and published to npm