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 Dec 15, 2016
1 parent 9533f1c commit 156c3f9
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 156c3f9

Please sign in to comment.