Skip to content

Commit

Permalink
fix(iOS): add RCT-Image to RNScreens.podspec (#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 <tymoteusz.boba@gmail.com>
  • Loading branch information
WoLewicki and tboba committed Apr 23, 2024
1 parent c110679 commit 02154a9
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 02154a9

Please sign in to comment.