Update icons with pointerEvents="none" and upgrade lucide-react-native to v0.563.0
This commit is contained in:
@@ -81,7 +81,7 @@ export const AlertProvider = ({ children }: { children: ReactNode }) => {
|
||||
|
||||
{/* Icon Circle */}
|
||||
<View className={`${bgColor} p-4 rounded-full mb-4`}>
|
||||
<Icon size={32} className={color} strokeWidth={2.5} />
|
||||
<Icon size={32} className={color} strokeWidth={2.5} pointerEvents="none" />
|
||||
</View>
|
||||
|
||||
{/* Texts */}
|
||||
|
||||
Reference in New Issue
Block a user