Hello, i am trying to test your plugin with nativescript and vue but the image is not loading, i tried the following:
<Fresco width="250" height="250" imageUri="//storage/emulated/0/WhatsApp/Media/WhatsApp Images/IMG-20180616-WA0001.jpg"/>
<Fresco width="250" height="250" imageUri="file://storage/emulated/0/WhatsApp/Media/WhatsApp Images/IMG-20180616-WA0001.jpg"/>
<Fresco width="250" height="250" imageUri="file:///storage/emulated/0/WhatsApp/Media/WhatsApp Images/IMG-20180616-WA0001.jpg"/>
<Fresco width="250" height="250" imageUri="/storage/emulated/0/WhatsApp/Media/WhatsApp Images/IMG-20180616-WA0001.jpg"/>
whenever i put a storage url or remote url, image is not loading, can you tell me what i am doing wrong? Ths
Hello, i am trying to test your plugin with nativescript and vue but the image is not loading, i tried the following:
whenever i put a storage url or remote url, image is not loading, can you tell me what i am doing wrong? Ths