From f8ecaab2b9190111bc672f70c55f2f61d2615597 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 11 Jul 2025 22:04:57 +0800 Subject: [PATCH] fix: adjust blurRadius for iOS image rendering --- .../ImageViewing/components/ImageItem/ImageItem.ios.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/lightbox/ImageViewing/components/ImageItem/ImageItem.ios.tsx b/apps/mobile/src/components/lightbox/ImageViewing/components/ImageItem/ImageItem.ios.tsx index 1f92abdfd..9a7642400 100644 --- a/apps/mobile/src/components/lightbox/ImageViewing/components/ImageItem/ImageItem.ios.tsx +++ b/apps/mobile/src/components/lightbox/ImageViewing/components/ImageItem/ImageItem.ios.tsx @@ -229,7 +229,7 @@ const ImageItem = ({ // Workaround for a bug where the image doesn't retrieve the cache on iOS // Remove this when updated to Expo // Learn more https://github.com/expo/expo/issues/37705 - // blurRadius={0.001} + blurRadius={0.000000000001} onLoad={ hasLoaded ? undefined