Skip to content

Commit 5f3a693

Browse files
Merge pull request #693 from radko93/patch-2
Use React-Core instead of React
2 parents 54884b7 + 64e9252 commit 5f3a693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"]
2424
s.header_dir = 'RNBranch' # also sets generated module name
2525
s.dependency 'Branch', '1.40.2'
26-
s.dependency 'React' # to ensure the correct build order
26+
s.dependency 'React-Core' # to ensure the correct build order
2727

2828
# Swift/Objective-C compatibility
2929
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)