Skip to content

Commit

Permalink
docs: Bump react-native-reanimated@nightly (#6146)
Browse files Browse the repository at this point in the history
New reanimated versions has fixes for layout transitions -> this PR is
needed for [Layout
Transitions](#6144)
to work!
  • Loading branch information
patrycjakalinska committed Jun 21, 2024
1 parent 84dec0b commit 25af9f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/docs-reanimated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-draggable": "^4.4.5",
"react-native": "^0.71.4",
"react-native-gesture-handler": "^2.16.2",
"react-native-reanimated": "^3.9.0-nightly-20240320-d6dab8f65",
"react-native-reanimated": "^3.13.0-nightly-20240619-b81d3d322",
"react-native-svg": "^13.14.0",
"react-native-web": "^0.18.12",
"source-map": "^0.7.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Animated, {
withDelay,
} from 'react-native-reanimated';

const DROPDOWN_OFFSET = 50;
const DROPDOWN_OFFSET = 48;

const INITIAL_LIST = [
{ id: 1, emoji: '🍌', color: '#b58df1' },
Expand Down
8 changes: 4 additions & 4 deletions packages/docs-reanimated/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11574,10 +11574,10 @@ react-native-gradle-plugin@^0.71.16:
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.16.tgz#822bb0c680e03b5df5aa65f2e5ffc2bc2930854a"
integrity sha512-H2BjG2zk7B7Wii9sXvd9qhCVRQYDAHSWdMw9tscmZBqSP62DkIWEQSk4/B2GhQ4aK9ydVXgtqR6tBeg3yy8TSA==

react-native-reanimated@^3.9.0-nightly-20240320-d6dab8f65:
version "3.9.0-nightly-20240320-d6dab8f65"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.9.0-nightly-20240320-d6dab8f65.tgz#a716e2c7b35b35b312fa557aa279fbf98ba509ad"
integrity sha512-3fStNbt4Hja58uQL/ZAkIexxroQSh56+mXMke2yJKCYTCMctT2Z0GsuJWrXeH+1T+XBwUG1NTVBUzQRRFm2kSQ==
react-native-reanimated@^3.13.0-nightly-20240619-b81d3d322:
version "3.13.0-nightly-20240619-b81d3d322"
resolved "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.13.0-nightly-20240619-b81d3d322.tgz#d2441a227617a24b5f649d46dd9b049c4764b279"
integrity sha512-mSMhyLwgEd/aU5vhPJXkAAfRz5KQROKW7veSH2ok+stOvKCnkKbFdXDKSjYsgYlqIbdF1eSyxvq0ntTbyKkHBQ==
dependencies:
"@babel/plugin-transform-arrow-functions" "^7.0.0-0"
"@babel/plugin-transform-nullish-coalescing-operator" "^7.0.0-0"
Expand Down

0 comments on commit 25af9f3

Please sign in to comment.