fix: adjust blurRadius for iOS image rendering
This commit is contained in:
parent
4c8a174eef
commit
f8ecaab2b9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue