Skip to content

Commit

Permalink
Merge pull request #7 from idiot111/proptype
Browse files Browse the repository at this point in the history
Update propTypes.
  • Loading branch information
crazycodeboy authored Dec 12, 2016
2 parents 0ace958 + 4a2dc4d commit 2684b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export default class CheckBox extends Component {
leftText: React.PropTypes.string,
leftTextView: React.PropTypes.element,
rightText: React.PropTypes.string,
leftTextStyle: View.propTypes.style,
rightTextView: React.PropTypes.string,
rightTextStyle: View.propTypes.style,
leftTextStyle: Text.propTypes.style,
rightTextView: React.PropTypes.element,
rightTextStyle: Text.propTypes.style,
checkedImage: React.PropTypes.element,
unCheckedImage: React.PropTypes.element,
onClick: React.PropTypes.func.isRequired,
Expand Down

0 comments on commit 2684b1f

Please sign in to comment.