Skip to content

Commit

Permalink
FIX ESLint react/prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
sarovin committed Apr 29, 2016
1 parent ea614eb commit 1a08127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ const contextTypes = {

const propTypes = {
navigationState: PropTypes.object,
backButtonImage: PropTypes.object,
backButtonImage: PropTypes.number,
backButtonTextStyle: PropTypes.string,
leftButtonStyle: PropTypes.string,
leftButtonIconStyle: PropTypes.string,
getTitle: PropTypes.func,
titleStyle: PropTypes.string,
position: PropTypes.number,
navigationBarStyle: PropTypes.string,
titleStyle: PropTypes.object,
position: PropTypes.object,
navigationBarStyle: PropTypes.object,
};

const defaultProps = {
Expand Down

0 comments on commit 1a08127

Please sign in to comment.