diff --git a/packages/react-native/Libraries/Image/Image.d.ts b/packages/react-native/Libraries/Image/Image.d.ts index 20b3808533f850..06dbfe24bfd04f 100644 --- a/packages/react-native/Libraries/Image/Image.d.ts +++ b/packages/react-native/Libraries/Image/Image.d.ts @@ -223,7 +223,7 @@ export interface ImagePropsBase * * The currently supported formats are png, jpg, jpeg, bmp, gif, webp (Android only), psd (iOS only). */ - source: ImageSourcePropType; + source?: ImageSourcePropType | undefined; /** * A string representing the resource identifier for the image. Similar to