You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #38, there was no visual implementation of progress for the image being uploaded, and if the user adds an event too quickly, the image needs to be uploaded.
Most cases should be fixed by #54, but only for good-quality networks. That's why we should have a progress bar to disable the possibility of adding/editing an event until the image is added. It could've been combined with #9.
While working on #38, there was no visual implementation of progress for the image being uploaded, and if the user adds an event too quickly, the image needs to be uploaded.
Most cases should be fixed by #54, but only for good-quality networks. That's why we should have a progress bar to disable the possibility of adding/editing an event until the image is added. It could've been combined with #9.
https://callstack.github.io/react-native-paper/docs/components/ProgressBar/ should suffice.
The text was updated successfully, but these errors were encountered: