react-native/Libraries/Components/TabBarIOS
Jean Regisser 9936a2406d [TabBarIOS] Add translucent property to TabBarIOS
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>
2015-07-14 08:02:44 -08:00
..
TabBarIOS.android.js [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
TabBarIOS.ios.js [TabBarIOS] Add translucent property to TabBarIOS 2015-07-14 08:02:44 -08:00
TabBarItemIOS.android.js [ReactNative] Get rid of another pair of unnecessary Dimensions.get('window') 2015-04-16 12:10:55 -08:00
TabBarItemIOS.ios.js [Flow] Properly fix new errors as of Flow v0.10. 2015-04-27 14:56:21 -08:00