Skip to content

Commit

Permalink
Merge pull request #5 from aouaki/patch-1
Browse files Browse the repository at this point in the history
Fix style propTypes
  • Loading branch information
crazycodeboy authored Dec 8, 2016
2 parents a22d04e + 0cf6609 commit 5290c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: React.PropTypes.object,
leftTextStyle: View.propTypes.style,
rightTextView: React.PropTypes.string,
rightTextStyle: React.PropTypes.object,
rightTextStyle: View.propTypes.style,
checkedImage: React.PropTypes.element,
unCheckedImage: React.PropTypes.element,
onClick: React.PropTypes.func.isRequired,
Expand Down

0 comments on commit 5290c9e

Please sign in to comment.