I am trying to figure out how to upload an image to Azure Blob in React Native (Expo) without ejecting it from the Expo. So rn-fetch-blob and react-native-azure-blob-storage do not work in my case as they require ejecting from the Expo.
I was thinking of using a solution found here, but I wonder if there is a better solution out there. Do you know any? Please let me/us know.