diff --git a/src/components/primitives/Image/index.tsx b/src/components/primitives/Image/index.tsx index edd15a80f..dbfce5c54 100644 --- a/src/components/primitives/Image/index.tsx +++ b/src/components/primitives/Image/index.tsx @@ -97,7 +97,7 @@ const Image = memo( ); interface ImageStatics { - getSize: typeof RNImage.prefetch; + getSize: typeof RNImage.getSize; prefetch: typeof RNImage.prefetch; queryCache: typeof RNImage.queryCache; }