Closed kamlekar closed 6 years ago
It looks like you have set only the width of the FrescoDrawee, please read this section of the readme. In order for the FrescoDrawee to be shown you need to set its size, when you want to set only width or height you will need to provide the correct aspect ration and set it to the aspectRatio
property. For example this demo shows how to set aspectRatio or this one.
Closing due to inactivity.
Hi, I am using this plugin to resolve the memory issues but the images are not displaying. Here is my code.
XML :
sample filePath looks like :
https://dummy-url/123456/0.jpg
Package.json :
P.S: I am including namespace in
XML
and the variables are initializing properly. I am not getting any errors. am I making any mistakes here? Thanks.