Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit b71d0d6

Browse files
committed
small fix to navButton
1 parent d68861f commit b71d0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NavButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ NavButton.propTypes = {
4343
onPress: PropTypes.func,
4444
style: View.propTypes.style,
4545
disabled: PropTypes.bool,
46-
disabledStyle: View.PropTypes.style,
46+
disabledStyle: View.propTypes.style,
4747
}
4848

4949
NavButton.defaultProps = {

0 commit comments

Comments
 (0)