From 84fbb807943ad8bfed1b272dfaf8f09dc95eda95 Mon Sep 17 00:00:00 2001 From: Krishna Gupta Date: Thu, 25 Apr 2024 18:19:34 +0530 Subject: [PATCH] fix: iOS - Profile - Missing circle at the center of avatar preview when uploading new avatar. Signed-off-by: Krishna Gupta --- src/components/AvatarCropModal/ImageCropView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/AvatarCropModal/ImageCropView.tsx b/src/components/AvatarCropModal/ImageCropView.tsx index c79a209376b4..b7f2a64090d6 100644 --- a/src/components/AvatarCropModal/ImageCropView.tsx +++ b/src/components/AvatarCropModal/ImageCropView.tsx @@ -86,6 +86,7 @@ function ImageCropView({imageUri = '', containerSize = 0, panGesture = Gesture.P // fill={theme.iconReversed} width={containerSize} height={containerSize} + key={containerSize} />