Skip to content

Commit

Permalink
Add the missing prop type definition for rightButtonStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jgkim committed Jan 16, 2017
1 parent 09e73b5 commit 5eb7fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const propTypes = {
wrapBy: PropTypes.any,
component: PropTypes.any,
backButtonTextStyle: Text.propTypes.style,
rightButtonStyle: View.propTypes.style,
leftButtonStyle: View.propTypes.style,
leftButtonIconStyle: Image.propTypes.style,
getTitle: PropTypes.func,
Expand Down

0 comments on commit 5eb7fd5

Please sign in to comment.