fixed QRScannerScreen warning by rendering 'CameraView' component instead of 'Camera' ln118

This commit is contained in:
2024-06-10 22:44:43 +08:00
parent 7e0e9ec1bb
commit 88411e58c6
2 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ const QRScannerScreen: React.FC = () => {
return (
<View style={styles.container}>
<View style={styles.banner}>
<Text style={styles.headerText}>SafeQR v0.16</Text>
<Text style={styles.headerText}>SafeQR v0.25</Text>
</View>
<Text style={styles.welcomeText}>Welcome to SafeQR code Scanner</Text>
<View style={styles.cameraContainer}>