Skip to content

Commit

Permalink
updated 'PropTypes' to 'propTypes'
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqresig committed Sep 9, 2016
1 parent 1284fc0 commit 4be93a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class Badge extends Component {
minWidth: 0,
}

static PropTypes = {
static propTypes = {
//borderRadius: PropTypes.number, //number 18, null 5
extraPaddingHorizontal: PropTypes.number,
style: View.propTypes.style,
Expand Down

0 comments on commit 4be93a6

Please sign in to comment.