mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Allow to set refresh control title color
Summary:Closes #6812  Closes https://github.com/facebook/react-native/pull/6970 Differential Revision: D3189244 fb-gh-sync-id: 7625b6ab5859aaa20bc0cb379855c5daeb584abf fbshipit-source-id: 7625b6ab5859aaa20bc0cb379855c5daeb584abf
This commit is contained in:
committed by
Facebook Github Bot 3
parent
083bad44b2
commit
849a0f31ac
@@ -92,6 +92,11 @@ const RefreshControl = React.createClass({
|
||||
* @platform ios
|
||||
*/
|
||||
tintColor: ColorPropType,
|
||||
/**
|
||||
* Title color.
|
||||
* @platform ios
|
||||
*/
|
||||
titleColor: ColorPropType,
|
||||
/**
|
||||
* The title displayed under the refresh indicator.
|
||||
* @platform ios
|
||||
|
||||
Reference in New Issue
Block a user