Skip to content

Commit

Permalink
Merge pull request #41191 from dhairyasenjaliya/receiptPreviewFix
Browse files Browse the repository at this point in the history
Added overflowhidden to default image preview component
  • Loading branch information
roryabraham committed Apr 30, 2024
2 parents a462d58 + 603f752 commit 996e8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReceiptImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function ReceiptImage({
return (
<Image
source={{uri: source}}
style={style ?? [styles.w100, styles.h100]}
style={[style ?? [styles.w100, styles.h100], styles.overflowHidden]}
isAuthTokenRequired={isAuthTokenRequired}
/>
);
Expand Down

0 comments on commit 996e8fa

Please sign in to comment.