Skip to content

Commit

Permalink
fix: remove duplicated React-Core dependency from podspec (#496)
Browse files Browse the repository at this point in the history
* fix: remove duplicated React-Core dependency from podspec

* chore: add changeset
  • Loading branch information
krozniata authored Feb 2, 2024
1 parent a669fd9 commit 4da4008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-carrots-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@callstack/repack": patch
---

Remove duplicated React-Core dependency from podspec
3 changes: 1 addition & 2 deletions packages/repack/callstack-repack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ Pod::Spec.new do |s|

s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }

s.dependency "React-Core"
s.dependency 'JWTDecode', '~> 3.0.0'
s.dependency 'SwiftyRSA', '~> 1.7'

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
if respond_to?(:install_modules_dependencies, true)
install_modules_dependencies(s)
Expand Down

0 comments on commit 4da4008

Please sign in to comment.