fix(mobile): images recyclingKey
This commit is contained in:
parent
7e9bc66d48
commit
8d982eaacb
|
|
@ -82,6 +82,7 @@ export const Image = forwardRef<ExpoImage, ImageProps>(
|
|||
aspectRatio,
|
||||
...(typeof rest.style === "object" && { ...rest.style }),
|
||||
}}
|
||||
recyclingKey={source?.uri}
|
||||
{...rest}
|
||||
ref={ref}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue