mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: DeepScan propTypes error
This commit is contained in:
parent
13a3e01923
commit
8694afa4cc
@ -199,6 +199,7 @@ ScanQRCode.navigationOptions = {
|
||||
ScanQRCode.propTypes = {
|
||||
navigation: PropTypes.shape({
|
||||
addListener: PropTypes.func,
|
||||
navigate: PropTypes.func,
|
||||
}),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user