React Native Blob fetch throws error: Failed to construct 'Response': The status provided (0) is outside the range [200, 599]
I am trying to convert an image to blob for uploading it to aws s3 storage.I need to connvert image to blob after selecting the image with expo-image-picker the convert to blob using fetch but it is causing the following…