Open
Description
Hi,
According to the React Native Documentation :
This prop can also contain several remote URLs, specified together with their width and height and potentially with scale/other URI arguments. The native side will then choose the best uri to display based on the measured size of the image container.
When I provide an source array to FastImage
it throws an error so I suppose it does not handle the behavior explained above. Am I missing something or it needs to be implemented ?
Thanks,