Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RNVoipPushNotification.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.platform = :ios, "8.0"
s.source_files = "ios/RNVoipPushNotification/*.{h,m}"
s.dependency 'React/Core'
s.dependency 'React-Core'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like it's a breaking change, could you test if works for you if you change it

from:
s.dependency 'React-Core'
to
s.dependency 'React'
?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm it works with both but it looks like other packages us s.dependency 'React' as I think it's backwards compatible

end