Skip to content

Commit

Permalink
Merge pull request GeekyAnts#271 from admmasters/patch-1
Browse files Browse the repository at this point in the history
Fix BadgeNB propTypes definition.
  • Loading branch information
himanshu-satija authored Nov 11, 2016
2 parents b0a6079 + 1a2a464 commit b697806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/Widgets/Badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Text from './Text';

export default class BadgeNB extends NativeBaseComponent {

propTypes: {
static propTypes = {
style : React.PropTypes.object
}

Expand Down

0 comments on commit b697806

Please sign in to comment.