Replace `console.log` with `Alert`s so if something goes wrong with media selection/processing/uploading we can at least give the user an indication that the operation failed.
Proper error handling would include cleaning up temporary files + creating a media mission report, but deferring that for now.
NOTE: Currently if `dispatchActionPromise` of `updateUserAvatarCall` occurs it'll fail silently. One possibility could be to wrap the call like we do in `siwe-login-form` to introspect (see below), or we could have a `useEffect` that `Alert.alert(...)`s if `loadingStatus === 'loading'`?
/var/folders/2r/z67nylms55z1nhlky9gwy8pw0000gn/T/atul/blob/onDrag/046369.png