We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a22d04e + 0cf6609 commit 5290c9eCopy full SHA for 5290c9e
index.js
@@ -30,9 +30,9 @@ export default class CheckBox extends Component {
30
leftText: React.PropTypes.string,
31
leftTextView: React.PropTypes.element,
32
rightText: React.PropTypes.string,
33
- leftTextStyle: React.PropTypes.object,
+ leftTextStyle: View.propTypes.style,
34
rightTextView: React.PropTypes.string,
35
- rightTextStyle: React.PropTypes.object,
+ rightTextStyle: View.propTypes.style,
36
checkedImage: React.PropTypes.element,
37
unCheckedImage: React.PropTypes.element,
38
onClick: React.PropTypes.func.isRequired,
0 commit comments