Skip to content

Commit a2e6fd3

Browse files
committed
Add missing prop
1 parent 4773e00 commit a2e6fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/NavBarContainer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const propTypes = {
88
borderColor: PropTypes.string,
99
currentRoute: PropTypes.object.isRequired,
1010
customAction: PropTypes.func,
11+
handleBackAndroid: PropTypes.bool,
1112
leftProps: PropTypes.object,
1213
navigator: PropTypes.object.isRequired,
1314
rightCorner: PropTypes.func,

0 commit comments

Comments
 (0)