Skip to content

Commit

Permalink
fix(Header): Correct proptype for backgroundImage
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie committed Aug 6, 2019
1 parent 72b5b75 commit 71c33c8
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 @@ -147,7 +147,7 @@ Header.propTypes = {
centerContainerStyle: ViewPropTypes.style,
rightContainerStyle: ViewPropTypes.style,
backgroundColor: PropTypes.string,
backgroundImage: PropTypes.object,
backgroundImage: Image.propTypes.source,
backgroundImageStyle: Image.propTypes.style,
containerStyle: ViewPropTypes.style,
statusBarProps: PropTypes.object,
Expand Down

0 comments on commit 71c33c8

Please sign in to comment.