I am developing an application where I am using a lot of images, in order to manage those Images in a better way, I thought It would be better to keep them in a separate PCL library as embedded resource and then use the same same in my Xamarin Forms PCL.
However I am getting blank page using ImageSource.FromResource, which works fine if the Image is embedded in the application PCL. Is it possible to use any image in such a way in Xamarin Forms?