Skip to content

Commit

Permalink
Fix iOS build for react-native <= 0.70 (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Dec 14, 2023
1 parent e9cc589 commit 95c8a67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RNVectorIcons.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ Pod::Spec.new do |s|
# React Native Core dependency
if defined? install_modules_dependencies
install_modules_dependencies(s)
else
s.dependency 'React-Core'
end
end

0 comments on commit 95c8a67

Please sign in to comment.