diff options
author | dan <dan.abramov@gmail.com> | 2024-12-12 04:20:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 04:20:22 +0000 |
commit | c8745a9ab0a99ac3cf484e00760e72d1e9f28dfc (patch) | |
tree | 260499ef45222ac1b702c568f0f3dc8d472d5b41 /package.json | |
parent | 084905c1461ec6f86b03da4d4f6f6300ad9a7fc0 (diff) | |
download | voidsky-c8745a9ab0a99ac3cf484e00760e72d1e9f28dfc.tar.zst |
Cache Reanimated worklets (#7068)
* Undo perf hackfix * Bump Reanimated to include https://github.com/software-mansion/react-native-reanimated/pull/6758 * Bump to 3.17.0-nightly-20241211-17e89ca24
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4c7c17969..79735a193 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "react-native-picker-select": "^9.3.1", "react-native-progress": "bluesky-social/react-native-progress", "react-native-qrcode-styled": "^0.3.3", - "react-native-reanimated": "^3.16.3", + "react-native-reanimated": "3.17.0-nightly-20241211-17e89ca24", "react-native-root-siblings": "^4.1.1", "react-native-safe-area-context": "4.14.0", "react-native-screens": "~4.3.0", |