[ReactNative] s/Text.stylePropType/Text.propTypes.style/

This commit is contained in:
Christopher Chedeau
2015-03-09 09:29:09 -07:00
parent f61e4184a8
commit 1e01c26457
2 changed files with 1 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ var TextInput = React.createClass({
'always',
]),
style: Text.stylePropType,
style: Text.propTypes.style,
},
/**