我想将我的本地图像更改为 blob 文件类型。我怎么能用react-native-fs做到这一点。这是我在下面尝试的
RNFS.readFile('../../assets/imgs/profile.jpg', 'base64')
.then(res =>{
console.log(res);
alert("res");
});
这是我目前正在尝试的,但它给了我一个警告——“没有这样的文件或目录,打开'../../assets/imgs/profile.jpg'