react-native-ficus-ui icon indicating copy to clipboard operation
react-native-ficus-ui copied to clipboard

Image component props typing

Open HugoPerard opened this issue 1 year ago • 0 comments

The Image component accept not managed props, like src, height, width.

I think ImageProps should be update, or even better those props should works as expected (src as a shortcut of source.uri, height as h and width as w)

Maybe there is other props that doesn't work, it's a non-exhaustive list.

Thanks for this library !

HugoPerard avatar Nov 20 '24 12:11 HugoPerard