diff options
author | Samuel Newman <mozzius@protonmail.com> | 2023-12-01 00:02:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 16:02:46 -0800 |
commit | 93755326985dddeb34d4fc0a4a9755d3a9860be1 (patch) | |
tree | 0315edd4c05110f1e04ac2a8fff396e334a6314e /yarn.lock | |
parent | abe61b7517f07dfdb710a2ceb94676819f77a8d8 (diff) | |
download | voidsky-93755326985dddeb34d4fc0a4a9755d3a9860be1.tar.zst |
Add enter/exit animations to modals on web (#2042)
* add reanimated layout animations to modals * reorder imports * pass context to scroll handler patches
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index 9e75b3e4b..dafacd83c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16444,10 +16444,10 @@ react-native-progress@bluesky-social/react-native-progress: dependencies: prop-types "^15.7.2" -react-native-reanimated@^3.4.2: - version "3.4.2" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.4.2.tgz#744154fead6d8d31d5bd9ac617d8c84d74a6f697" - integrity sha512-FbtG+f1PB005vDTJSv4zAnTK7nNXi+FjFgbAM5gOzIZDajfph2BFMSUstzIsN8T77+OKuugUBmcTqLnQ24EBVg== +react-native-reanimated@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.6.0.tgz#d2ca5f4c234f592af3d63bc749806e36d6e0a755" + integrity sha512-eDdhZTRYofrIqFB/Z5xLTWxcB7wDj4ifrNm+gZ2xHSZPjAQ747ukDdH9rglPyPmi+GcmDH7Wff411Xsw5fm45Q== dependencies: "@babel/plugin-transform-object-assign" "^7.16.7" "@babel/preset-typescript" "^7.16.7" |