FIX: DeepScan propTypes error

This commit is contained in:
Ivan Vershigora 2020-05-31 16:32:08 +03:00
parent 13a3e01923
commit 8694afa4cc

View File

@ -199,6 +199,7 @@ ScanQRCode.navigationOptions = {
ScanQRCode.propTypes = {
navigation: PropTypes.shape({
addListener: PropTypes.func,
navigate: PropTypes.func,
}),
};