mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
9936a2406d
Summary: To be on par with NavigatorIOS, I added the translucent property to TabBarIOS. Usage: ``` <TabBarIOS translucent={false} // default is true /> ``` Closes https://github.com/facebook/react-native/pull/1937 Github Author: Jean Regisser <jean.regisser@gmail.com>