Cleared error messages and updated types.tsx to handle bookmarks, Hardcoded testdata for Demo

This commit is contained in:
2024-06-19 20:31:15 +08:00
parent 264ae9550e
commit 7afe5982e6
5 changed files with 112 additions and 16 deletions

View File

@@ -244,7 +244,6 @@ const QRScannerScreen: React.FC<QRScannerScreenProps> = ({ clearScanData }) => {
<TouchableOpacity onPress={handleImagePicker} style={styles.galleryButton}>
<Ionicons name="image" size={24} color="#fff" />
</TouchableOpacity>
{/* The CONTENT , the popup for the scanned data */}
{/* This is called from ../components/ScannedDataBox*/}
</View>