Skip to content

Commit

Permalink
Added onPress ad required prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmannZ committed Dec 4, 2016
1 parent c0d4925 commit 6413d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BottomNavigationAction/BottomNavigationAction.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const propTypes = {
iconName: PropTypes.string.isRequired,
style: PropTypes.oneOfType([PropTypes.object, PropTypes.array]),
isActive: PropTypes.bool,
onPress: PropTypes.func.isRequired,
};

const defaultProps = {};
Expand Down

0 comments on commit 6413d73

Please sign in to comment.