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.
1 parent 0ace958 commit 4a2dc4dCopy full SHA for 4a2dc4d
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