Elijah23Johnson / react-native-azure-blob-storage

File Storage In Azure
8 stars 31 forks source link

Upload progress indicator to give user feedback #16

Closed imsam67 closed 7 months ago

imsam67 commented 4 years ago

I like the fact that this solution focuses on the basics which is uploading files to Azure Blob Storage. Having said that it would be nice to show some type of upload progress bar to give user feedback. A typical progress bar with percentage of completion would do the trick.

Elijah23Johnson commented 4 years ago

Sure it would for now you can display a loading indicator when you start the upload and stop it when the name comes back.

Elijah23Johnson commented 7 months ago

Stale