`expo-image-picker` will always copy the contents of image into cache and provide a URL to cached image. As a result we'll ALWAYS need to unlink the `selection.uri`.:
{F519773}
{F519774}
As a result we'll ALWAYS need to unlink the `selection.uri`. We also clean up processedMedia.uploadURI if necessary.