Update Switch.js docs - tintColor changes border

Summary:
Update documentation for Switch as it's not a background color that is displayed when the switch off, but juste the border (the background remains transparent)
Closes https://github.com/facebook/react-native/pull/9707

Differential Revision: D3819887

Pulled By: mkonicek

fbshipit-source-id: 218fd20deaded5260cc51e815b559f3cbbb3f752
This commit is contained in:
Pierre-Yves Desnoues 2016-09-05 13:30:26 -07:00 коммит произвёл Facebook Github Bot 8
Родитель 99d742c0b7
Коммит 86db1b53b5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ var Switch = React.createClass({
testID: React.PropTypes.string,
/**
* Background color when the switch is turned off.
* Border color when the switch is turned off.
* @platform ios
*/
tintColor: ColorPropType,