Skip to content

Update the Facebook SDK for iOS #224

Answered by mikehardy
abumalick asked this question in Q&A
Discussion options

You must be logged in to vote

It's right here:

s.subspec 'Core' do |ss|
ss.dependency 'FBSDKCoreKit', '~> 12.3.2'
ss.source_files = 'ios/RCTFBSDK/core/*.{h,m}'
end
s.subspec 'Login' do |ss|
ss.dependency 'FBSDKLoginKit', '~> 12.3.2'
ss.source_files = 'ios/RCTFBSDK/login/*.{h,m}'
end
s.subspec 'Share' do |ss|
ss.dependency 'FBSDKShareKit', '~> 12.3.2'
ss.source_files = 'ios/RCTFBSDK/share/*.{h,m}'
end

And an update is in progress but needs review + testing, you can help test by referencing the PR via a github reference to the branch in your package.json the…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@gf5901
Comment options

@litinskii
Comment options

@abumalick
Comment options

@litinskii
Comment options

@qsales2022
Comment options

Answer selected by abumalick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants