react-native-image-resizer
react-native-image-resizer copied to clipboard
Resized image not found
I need to use this library to resize pictures taken on camera. The response uri shows that the end result is located in the same directory with the original image.
However, when I try to user rn-fetch-blob to turn the resized image into base64, i get an ENOENT error.
Try that :
Platform.OS === "ios" ? response.path : response.uri
When you use "RNFetchBlob.fs.readFile()" response.
On iOS, when I use "response.uri", i'm getting : "No such file 'file:///......."
uri = (Platform.OS === 'ios') ? uri.replace('file:', '') : uri;
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed. Thank you for your contributions.