Skip to content

Commit

Permalink
Merge pull request #3 from sehranhas/fix-accordion
Browse files Browse the repository at this point in the history
fix header propType
  • Loading branch information
sehranhas authored Jun 5, 2018
2 parents be1701c + f7fe140 commit bb350b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const propTypes = {
content: PropTypes.element.isRequired,
easing: PropTypes.string,
expanded: PropTypes.bool,
header: PropTypes.func.isRequired,
header: PropTypes.element.isRequired,
onPress: PropTypes.func,
underlayColor: PropTypes.string,
style: PropTypes.object
Expand Down

0 comments on commit bb350b4

Please sign in to comment.