We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6c13d commit 0022048Copy full SHA for 0022048
RNScreens.podspec
@@ -67,6 +67,8 @@ Pod::Spec.new do |s|
67
68
if defined?(install_modules_dependencies()) != nil
69
install_modules_dependencies(s)
70
+ # Add missing dependencies, that were not included in install_modules_dependencies
71
+ s.dependency "React-RCTImage"
72
RNScreensDependencyHelper.add_common_subspec(s, new_arch_enabled)
73
else
74
RNScreensDependencyHelper.install_dependencies(s, new_arch_enabled)
0 commit comments