I would like to animate the image in the ImageCell, however I only have access to the ImageSource and not the actual image.
This led me to create a custom renderer and do the animations on each platform and took way longer than it should have.
If the image was accessible, I would be able to use the awesome Xamarin Forms Animation extensions to achieve what I needed to within record time.