From a99f069b5c4bace6e0cf42d457d3d3363321dd7f Mon Sep 17 00:00:00 2001 From: Nate Massey Date: Mon, 6 May 2024 09:29:36 -0700 Subject: [PATCH] chore: npx changeset --- .changeset/spotty-melons-return.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/spotty-melons-return.md diff --git a/.changeset/spotty-melons-return.md b/.changeset/spotty-melons-return.md new file mode 100644 index 00000000..2983a92b --- /dev/null +++ b/.changeset/spotty-melons-return.md @@ -0,0 +1,5 @@ +--- +'react-native-reanimated-carousel': patch +--- + +fix: rework code to avoid possible flicker when starting pan (panOffset race condition)