Skip to content

Commit

Permalink
Update ImageViewer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanchitv3 authored Jan 9, 2025
1 parent ca84f1c commit b9afc1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const ImageViewerBasic = ({ ...props }: any) => {
renderImages={({ item, index }) => {
return (
<ImageViewerImage
key={item.id + '-' + index}
source={{ uri: item.url }}
/>
);
Expand Down

0 comments on commit b9afc1c

Please sign in to comment.