fix: adjust blurRadius for iOS image rendering

This commit is contained in:
DIYgod 2025-07-11 22:04:57 +08:00
parent 4c8a174eef
commit f8ecaab2b9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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