Skip to content

Commit

Permalink
Fix children proptypes in Header
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-villelegier committed Jan 9, 2018
1 parent 5cdd283 commit 1cf5896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Header.propTypes = {
backgroundColor: PropTypes.string,
outerContainerStyles: ViewPropTypes.style,
innerContainerStyles: ViewPropTypes.style,
children: PropTypes.oneOf([
children: PropTypes.oneOfType([
PropTypes.element,
PropTypes.arrayOf(PropTypes.element),
]),
Expand Down

0 comments on commit 1cf5896

Please sign in to comment.