i want populate image uri.
request image server , returns blob.
i convert blob url following line:
var bloburl = url.createobjecturl(blob);
bloburl when displayed console
i try , populate image url:
<image source={{uri: bloburl}} style={{width: 100, height: 50}} />
the image not display. should do?
i using android emulator connected localhost. possibly have seen blob url stored localhost?
or simple syntax error?
thanks.
may solved react-native-fetch-blob, it's issue #854
Comments
Post a Comment