fix(mobile): images recyclingKey

This commit is contained in:
DIYgod 2025-03-11 22:01:05 +08:00
parent 7e9bc66d48
commit 8d982eaacb
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ export const Image = forwardRef<ExpoImage, ImageProps>(
aspectRatio,
...(typeof rest.style === "object" && { ...rest.style }),
}}
recyclingKey={source?.uri}
{...rest}
ref={ref}
/>