Shows a platform-aware confirmation dialog for destructive actions (e.g. Delete). On web: uses globalThis.confirm. On native: uses Alert.alert with specific 'destructive' styling.
Shows a platform-aware confirmation dialog for destructive actions (e.g. Delete). On web: uses globalThis.confirm. On native: uses Alert.alert with specific 'destructive' styling.