react-native/Libraries/Components
Urban Cvek 50c2467905 Enable setting color of text and images on unselected tabs
Summary:
Hi,
This PR Solves this issue #3083.
This PR solves the problem of default color on TabBar being always grey. Which looks great if the barTintColor is unchanged. However if we set the barTintColor to something else (like blue in example) text and icons become quite unreadable.
![simulator screen shot 27 apr 2016 21 58 40](https://cloud.githubusercontent.com/assets/12081272/14866402/e51c7120-0cc3-11e6-9570-097b686c160f.png)

Commit (c206417) - Enable setting color of unselected tabs
Solves this issue with a prop (unselectedTintColor) on TabBarIOS to which you just pass a color like you can for barTintColor and tintColor.
This leaves us with a result that is on second picture. Notice the color of text on tabs.
![simulator screen shot 27 apr 2016 21 59 06](https://cloud.githubusercontent.com/assets/12081272/14866419/f77aa7e2-0cc3-11e6-8c90-33209009bc09.png)

Or change it to yellow for demonstrating purposes
![simulator screen shot 27 apr 2016 21 59 13](https://cloud.githubusercontent.com/assets/1208
Closes https://github.com/facebook/react-native/pull/7264

Differential Revision: D3240924

Pulled By: nicklockwood

fb-gh-sync-id: 14a0de28abd064756320b7a74f128c255caa6b12
fbshipit-source-id: 14a0de28abd064756320b7a74f128c255caa6b12
2016-05-03 05:40:29 -07:00
..
ActivityIndicatorIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
Clipboard Annotate Clipboard module 2016-02-15 10:05:34 -08:00
DatePicker Removed exported constants for fixed-size views 2016-04-26 04:21:39 -07:00
DatePickerAndroid Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
DrawerAndroid Fix DrawerLayoutAndroid not able to set opacity 2016-04-16 22:45:22 -07:00
Intent Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
MapView Fix or suppress errors in react-native 2016-04-21 19:47:24 -07:00
Navigation Display component methods on the website and tweak the documentation 2016-04-09 11:13:28 -07:00
Picker Removed exported constants for fixed-size views 2016-04-26 04:21:39 -07:00
ProgressBarAndroid ProgressBarAndroid: default value for styleAttr 2016-01-07 12:02:37 -08:00
ProgressViewIOS Removed exported constants for fixed-size views 2016-04-26 04:21:39 -07:00
RefreshControl Allow to set refresh control title color 2016-04-16 15:15:25 -07:00
ScrollView Add keys to hash as you need them. 2016-04-30 20:40:28 -07:00
SegmentedControlIOS Removed exported constants for fixed-size views 2016-04-26 04:21:39 -07:00
Slider Fix website after open sourcing Slider 2016-04-06 08:51:23 -07:00
SliderIOS Fix website after open sourcing Slider 2016-04-06 08:51:23 -07:00
StatusBar Display component methods on the website and tweak the documentation 2016-04-09 11:13:28 -07:00
Switch Update Switch.js 2016-04-17 21:01:29 -07:00
SwitchAndroid RN: Improve <Switch> Documentation 2016-03-25 15:17:20 -07:00
SwitchIOS RN: Improve <Switch> Documentation 2016-03-25 15:17:20 -07:00
TabBarIOS Enable setting color of text and images on unselected tabs 2016-05-03 05:40:29 -07:00
TextInput Fix autocomplete in rich-text editing mode for CJK text input 2016-04-21 12:10:25 -07:00
TimePickerAndroid Fixed typo in docs 2016-04-06 08:55:20 -07:00
ToastAndroid Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
ToolbarAndroid Added ColorPropType 2015-12-23 10:08:38 -08:00
Touchable Show default `activeOpacity` value in docs. 2016-04-29 03:45:26 -07:00
UnimplementedViews Quick fix to require cycle in UnimplementedView 2015-11-23 14:14:32 -08:00
View Fix bad wording in pointer events doc 2016-03-24 19:53:26 -07:00
ViewPager Add ability to disable scroll on android ViewPager 2016-04-21 19:43:27 -07:00
WebView Implemented stopLoading 2016-04-22 08:15:25 -07:00
LazyRenderer.js Decrease TTRR (time to relay request) by lazy rendering fake group header 2016-04-17 15:04:19 -07:00
ScrollResponder.js Integrate RelayConnection with RNFeed 2016-04-22 22:48:18 -07:00
StaticContainer.js Move stuff out of vendor/react_contrib/ 2015-10-12 11:18:30 -07:00
StaticRenderer.js [Haste] @provides -> @providesModule StaticRenderer 2015-05-14 08:42:13 -08:00
Subscribable.js [ReactNative] clean lint for Libraries/Components 2015-05-18 15:54:07 -08:00