Skip to content

Commit

Permalink
chore: code formatting and adds changeset (#721)
Browse files Browse the repository at this point in the history
* fix: parallax layout with new arch enabled

* chore: code formatting and adds changeset

---------

Co-authored-by: thibaultcapelli <[email protected]>
  • Loading branch information
dohooo and jiroscripts authored Nov 23, 2024
1 parent 99cf31a commit 2a8111e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-forks-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-native-reanimated-carousel": patch
---

fix: parallax layout with new arch enabled
2 changes: 1 addition & 1 deletion src/layouts/parallax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function parallaxLayout(
[-1, 0, 1],
[0, size, 0],
Extrapolation.CLAMP,
)
),
);

const scale = interpolate(
Expand Down

0 comments on commit 2a8111e

Please sign in to comment.