react-native-ficus-ui
react-native-ficus-ui copied to clipboard
Image component props typing
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 !