Closed Vrushabh59 closed 3 years ago
What is your use case?
upload & download image,video and pdf and stream video from blob storage and if needed than delete blob from app , i had already done uploading & downloading
Just so I understand you... You are looking for the ability to stream video from the blob storage.
But you have already achieved the uploading process?
In that case all you need to do is present the file in the app using react-native Image or for Video
I also want to implement delete a blob from app. i am stucked here. How can i implement delete functionality.
The library currently does not support the delete operation. I except pull request. So the native modules will have to implement the delete operation for the respective Azure libs.
Can you provide the download file code?
I had used different library for achieving functionality https://www.npmjs.com/package/react-native-azure-blob-storage-manager
Can you provide an example for downloading the file from Azure Blob Storage?
Yes