Skip to content

Commit

Permalink
Update RNReanimated pod source to wp-fork-2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jul 5, 2023
1 parent 3fcd1b5 commit e35b419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gutenberg/cocoapods_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit e35b419

Please sign in to comment.