fix: remove unused isRefreshing parameter from PullToRefreshIndicator

- Keep prop in interface for backward compatibility
- Don't destructure unused parameter to satisfy linter
- All lint checks and type checks now pass
This commit is contained in:
Gigi
2025-10-14 01:13:02 +02:00
parent cc0ad69275
commit 938d79663b

View File

@@ -14,7 +14,6 @@ const PullToRefreshIndicator: React.FC<PullToRefreshIndicatorProps> = ({
isPulling,
pullDistance,
canRefresh,
isRefreshing,
threshold = 80
}) => {
// Only show when actively pulling, not when refreshing