android now supports barStyle
Summary: Closes https://github.com/facebook/react-native/pull/12488 Differential Revision: D4590699 fbshipit-source-id: 003da4b622e8732ab66c6f2c931670a2eae47eae
This commit is contained in:
parent
4ee7d9430c
commit
48a84dffd5
|
@ -274,8 +274,6 @@ class StatusBar extends React.Component {
|
|||
translucent: React.PropTypes.bool,
|
||||
/**
|
||||
* Sets the color of the status bar text.
|
||||
*
|
||||
* @platform ios
|
||||
*/
|
||||
barStyle: React.PropTypes.oneOf([
|
||||
'default',
|
||||
|
|
Loading…
Reference in New Issue