Skip to content

Commit

Permalink
Podspec: Depend on React-Core instead of React (wix#6600)
Browse files Browse the repository at this point in the history
From now on native modules should only depend on `React-Core` instead of `React`.
See: facebook/react-native#29633

Co-authored-by: Yogev Ben David <yogev132@gmail.com>
  • Loading branch information
mrousavy and yogevbd authored Sep 24, 2020
1 parent 4cf095e commit 6cc609c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactNativeNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
ss.dependency 'Folly/Fabric'
end

s.dependency 'React'
s.dependency 'React-Core'
s.dependency 'React-RCTImage'
s.dependency 'React-RCTText'
s.frameworks = 'UIKit'
Expand Down

0 comments on commit 6cc609c

Please sign in to comment.