Skip to content

Commit

Permalink
onLayout type updated
Browse files Browse the repository at this point in the history
  • Loading branch information
maxs15 committed May 17, 2016
1 parent 85ceaf9 commit 96bd499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Spinkit extends React.Component {
accessibilityLiveRegion:PropTypes.string,
renderToHardwareTextureAndroid:PropTypes.bool,
importantForAccessibility:PropTypes.string,
onLayout:PropTypes.bool,
onLayout:PropTypes.func,
};

static defaultProps = {
Expand Down

0 comments on commit 96bd499

Please sign in to comment.