diff --git a/screen/send/ScanQRCode.js b/screen/send/ScanQRCode.js index 3b0c2d568..31721b975 100644 --- a/screen/send/ScanQRCode.js +++ b/screen/send/ScanQRCode.js @@ -34,7 +34,7 @@ const styles = StyleSheet.create({ borderRadius: 20, position: 'absolute', left: 16, - top: 44, + top: 55, }, closeImage: { alignSelf: 'center', diff --git a/scripts/react-native-camera-kit.patch b/scripts/react-native-camera-kit.patch index 247752459..81632608e 100644 --- a/scripts/react-native-camera-kit.patch +++ b/scripts/react-native-camera-kit.patch @@ -18,7 +18,7 @@ renderTorchButton() { - return (!this.isCaptureRetakeMode() && ( this.onSetTorch()}> - -+ return (!this.isCaptureRetakeMode() && ( this.onSetTorch()}> ++ return (!this.isCaptureRetakeMode() && ( this.onSetTorch()}> + )); }