I want to change my local image into blob file type. How can I do it with react-native-fs. This is what I tried below
RNFS.readFile('../../assets/imgs/profile.jpg', 'base64')
.then(res =>{
console.log(res);
alert("res");
});
This is what I'm trying so far but it gives me a warning - " no such file or directory, open '../../assets/imgs/profile.jpg'