diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 63f3157dfc..5fbc785e5a 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -3385,7 +3385,7 @@ export type ImageSourcePropType = ImageURISource | ImageURISource[] | ImageRequi /** * @see https://facebook.github.io/react-native/docs/image.html */ -export interface ImagePropsBase extends ImagePropsIOS, ImagePropsAndroid, AccessibilityProps, ViewStyle { +export interface ImagePropsBase extends ImagePropsIOS, ImagePropsAndroid, AccessibilityProps, ImageStyle { /** * onLayout function *