From 6687c7182883feb889cbf2c67dd14890e06bc501 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 29 May 2024 04:51:52 +0100 Subject: [PATCH] Use nightly reanimated --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 38c450c348..cba19cc624 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "react-native-pager-view": "6.2.3", "react-native-picker-select": "^9.1.3", "react-native-progress": "bluesky-social/react-native-progress", - "react-native-reanimated": "^3.11.0", + "react-native-reanimated": "3.12.0-nightly-20240510-325bd18fb", "react-native-root-siblings": "^4.1.1", "react-native-safe-area-context": "4.10.1", "react-native-screens": "~3.31.1", diff --git a/yarn.lock b/yarn.lock index 2b105f00ea..02eab1812d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18927,10 +18927,10 @@ react-native-progress@bluesky-social/react-native-progress: dependencies: prop-types "^15.7.2" -react-native-reanimated@^3.11.0: - version "3.11.0" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.11.0.tgz#d4265d4e0232623f5958ed60e1686ca884fc3452" - integrity sha512-BNw/XDgUfs8UhfY1X6IniU8kWpnotWGyt8qmQviaHisTi5lvwnaOdXQKfN1KGONx6ekdFRHRP5EFwLi0UajwKA== +react-native-reanimated@3.12.0-nightly-20240510-325bd18fb: + version "3.12.0-nightly-20240510-325bd18fb" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.12.0-nightly-20240510-325bd18fb.tgz#921318a5675b84ae04719e0feb1c7256a1963a26" + integrity sha512-MoZ/Vv6Sc5SZKJewmHuBWIZk886d7G9qU+Ac9LqqA9l5nzhoGTnnb38qbczJTAho8ZNZqOfr4U/j40Oqfd4MZg== dependencies: "@babel/plugin-transform-arrow-functions" "^7.0.0-0" "@babel/plugin-transform-nullish-coalescing-operator" "^7.0.0-0"