diff --git a/apps/mobile/src/components/ui/image/Image.tsx b/apps/mobile/src/components/ui/image/Image.tsx index 45a2b65fe..6cf2f03af 100644 --- a/apps/mobile/src/components/ui/image/Image.tsx +++ b/apps/mobile/src/components/ui/image/Image.tsx @@ -82,6 +82,7 @@ export const Image = forwardRef( aspectRatio, ...(typeof rest.style === "object" && { ...rest.style }), }} + recyclingKey={source?.uri} {...rest} ref={ref} />