mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
[ReactNative] s/Text.stylePropType/Text.propTypes.style/
This commit is contained in:
@@ -188,7 +188,7 @@ var TextInput = React.createClass({
|
||||
'always',
|
||||
]),
|
||||
|
||||
style: Text.stylePropType,
|
||||
style: Text.propTypes.style,
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user