From e35b419fdb5ddfea5ccec914f3d044c9a8782453 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Wed, 5 Jul 2023 17:17:56 +0200 Subject: [PATCH] Update RNReanimated pod source to `wp-fork-2.17.0` --- Gutenberg/cocoapods_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gutenberg/cocoapods_helpers.rb b/Gutenberg/cocoapods_helpers.rb index 5d688c2c61bd..911f9f4ffb14 100644 --- a/Gutenberg/cocoapods_helpers.rb +++ b/Gutenberg/cocoapods_helpers.rb @@ -76,7 +76,7 @@ def gutenberg_dependencies(options:) # Use a custom RNReanimated version while we coordinate a fix upstream computed_dependencies.delete('RNReanimated') - pod 'RNReanimated', git: 'https://github.com/wordpress-mobile/react-native-reanimated', branch: 'mokagio/fix-custom-node_modules-bypass-multiple-versions-check-2.17.0' + pod 'RNReanimated', git: 'https://github.com/wordpress-mobile/react-native-reanimated', branch: 'wp-fork-2.17.0' computed_dependencies.each do |pod_name| pod pod_name, podspec: "#{podspec_prefix}/#{pod_name}.#{podspec_extension}"