Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix: don't decode final image size if open
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Nov 19, 2023
1 parent 3442d18 commit 8af181d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/screens/shared-element.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ const SharedElementScreen = withColorScheme(() => {
<AnimatedImage
source={{
uri: url + "?optimizer=image&width=1000",
width: normalizedImageDimensions.width,
height: normalizedImageDimensions.height,
}}
ref={animatedRef}
placeholder={{
Expand Down

0 comments on commit 8af181d

Please sign in to comment.