react-native-fetch-blob
react-native-fetch-blob copied to clipboard
open failed: ENOENT (No such file or directory) ?
I want to encode my image to base64 but I get this error , below is the code :
RNFetchBlob.fs.readFile('./image/myimage.png', 'base64') .then((data) => { console.log(data) }) .catch((e)=>{console.log(e)})
https://github.com/joltup/react-native-fetch-blob/issues/59