Update icons with pointerEvents="none" and upgrade lucide-react-native to v0.563.0
This commit is contained in:
@@ -112,7 +112,7 @@ export default function NfcScanModal({ visible, onClose, onScan }: NfcScanModalP
|
||||
onPress={onClose}
|
||||
className="absolute top-6 right-6 z-10 p-2 bg-gray-50 rounded-full"
|
||||
>
|
||||
<X size={20} color="#9ca3af" />
|
||||
<X size={20} color="#9ca3af" pointerEvents="none" />
|
||||
</TouchableOpacity>
|
||||
|
||||
{/* NFC Animated Area */}
|
||||
@@ -132,7 +132,7 @@ export default function NfcScanModal({ visible, onClose, onScan }: NfcScanModalP
|
||||
|
||||
{/* Fixed Circle (Foreground) */}
|
||||
<View className="bg-[#E6F4F4] p-6 rounded-full border-4 border-white shadow-sm z-10">
|
||||
<SmartphoneNfc size={64} color="#099499" />
|
||||
<SmartphoneNfc size={64} color="#099499" pointerEvents="none" />
|
||||
</View>
|
||||
</View>
|
||||
|
||||
@@ -147,7 +147,7 @@ export default function NfcScanModal({ visible, onClose, onScan }: NfcScanModalP
|
||||
|
||||
{/* Indicator (Wave Simulation) */}
|
||||
<View className="flex-row gap-2 mt-8 items-center opacity-60">
|
||||
<Radio size={20} color="#099499" />
|
||||
<Radio size={20} color="#099499" pointerEvents="none" />
|
||||
<Text className="text-[#099499] font-medium text-sm uppercase tracking-widest">
|
||||
Ricerca in corso...
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user