WrathChaos / react-native-progressive-fast-image

Customizable progressive image for React Native with FastImage
https://freakycoder.com
109 stars 12 forks source link

fix: Property 'resizeMode' does not exist on type. #11

Closed DibyajyotiMishra closed 1 year ago

DibyajyotiMishra commented 1 year ago

Update Prop Types to fix issue: Property 'resizeMode' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'.

This issue comes while create tsx components with the resizeMethod prop.

Example: resizeMode={FastImage.resizeMode.contain}

Screenshot 2022-09-10 at 6 10 13 PM