aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/common/Avatar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/common/Avatar.tsx b/src/components/common/Avatar.tsx
index 86ebedf3..4d9aec41 100644
--- a/src/components/common/Avatar.tsx
+++ b/src/components/common/Avatar.tsx
@@ -16,6 +16,7 @@ const Avatar: FC<AvatarProps> = ({
return (
<ImageBackground
style={style}
+ imageStyle={style}
defaultSource={require('../../assets/images/avatar-placeholder.png')}
source={{uri, cache: 'reload'}}>
{loading && (