I didn't see this anywhere in code. I wish to send an image to server and I am going to use base64 format. Nativescripts' imageSource object has a method toBase64String. Currently, there are still image memory leaks the moment I initialise an imageSource object to get base64 data.
Since fresco cleans after itself I thought I would get base64 from fresco object, but there is no such functionality.
I didn't see this anywhere in code. I wish to send an image to server and I am going to use base64 format. Nativescripts'
imageSourceobject has a methodtoBase64String. Currently, there are still image memory leaks the moment I initialise animageSourceobject to get base64 data.Since fresco cleans after itself I thought I would get base64 from
frescoobject, but there is no such functionality.