-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi,
Thanks a lot for the wonderful work. In the android, conversion is working fine(Can you please add the permission check, if the read external storage is not given), but in the IOS conversion is not at happening.
It's giving data as undefined. I mean base64String is undefined in IOS.
imgToBase64.getBase64String(images[random].uri)
.then(base64String => {
console.log(base64String)
this.navigateToResult(shareImageBase64);
})
.catch(err => console.log("Error in ImgToBase64", err));
})
Could you please help in solving the issue.
Regards,
Sharath
kurshakuz, emalorenzo, mgithubmessier, infaz, nilocoelhojunior and 3 morevikas-daffodil
Metadata
Metadata
Assignees
Labels
No labels