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 0ace958 + 4a2dc4d commit 2684b1fCopy full SHA for 2684b1f
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: View.propTypes.style,
34
- rightTextView: React.PropTypes.string,
35
- rightTextStyle: View.propTypes.style,
+ leftTextStyle: Text.propTypes.style,
+ rightTextView: React.PropTypes.element,
+ rightTextStyle: Text.propTypes.style,
36
checkedImage: React.PropTypes.element,
37
unCheckedImage: React.PropTypes.element,
38
onClick: React.PropTypes.func.isRequired,
0 commit comments