Skip to content

Commit

Permalink
fix(iOS): add RCT-Image to RNScreens.podspec (software-mansion#2089)
Browse files Browse the repository at this point in the history
## Description

This PR includes `RCT-Image` in `RNScreens.podspec` configuration for
newest RN versions.

## Changes

- Added `RCT-Image` dependency in Screens podspec

---------

Co-authored-by: tboba <[email protected]>
  • Loading branch information
2 people authored and ja1ns committed Oct 9, 2024
1 parent 4a6c13d commit 0022048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RNScreens.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Pod::Spec.new do |s|

if defined?(install_modules_dependencies()) != nil
install_modules_dependencies(s)
# Add missing dependencies, that were not included in install_modules_dependencies
s.dependency "React-RCTImage"
RNScreensDependencyHelper.add_common_subspec(s, new_arch_enabled)
else
RNScreensDependencyHelper.install_dependencies(s, new_arch_enabled)
Expand Down

0 comments on commit 0022048

Please sign in to comment.