Skip to content

Commit

Permalink
fix(ios, podspec): depend on React-Core instead of React (invertase#4275
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mrousavy authored Sep 17, 2020
1 parent 71372b7 commit 23bec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFBMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/**/*.{h,m}'

# React Native dependencies
s.dependency 'React'
s.dependency 'React-Core'
s.dependency 'RNFBApp'

if defined?($FirebaseSDKVersion)
Expand Down

0 comments on commit 23bec01

Please sign in to comment.