You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I have here is saveImageBase64 function , that perfectly works on Android , it saves my image , and I'm happy , but on ios , function doesn't send any error , seems like all is working well , but when I try to open this image by RNFetchBlob.ios.openDocument(filePath); , it just show me :
what does it mean ? and could someone show me how can I save my file , and open it , or just save on ios , because I don't see that anything saved to my Document dir
The text was updated successfully, but these errors were encountered:
What I have here is
saveImageBase64
function , that perfectly works onAndroid
, it saves my image , and I'm happy , but on ios , function doesn't send any error , seems like all is working well , but when I try to open this image byRNFetchBlob.ios.openDocument(filePath);
, it just show me :what does it mean ? and could someone show me how can I save my file , and open it , or just save on
ios
, because I don't see that anything saved to myDocument
dirThe text was updated successfully, but these errors were encountered: