Skip to content

Commit

Permalink
fix: update React-Core pod (#42)
Browse files Browse the repository at this point in the history
* fix: use React-Core pod for Xcode 12 compatibility

* chore: Update package.json

Co-authored-by: Mike Hardy <github@mikehardy.net>

Co-authored-by: Marcos Bérgamo <marcosvinicius_0305@hotmail.com>
Co-authored-by: Mike Hardy <github@mikehardy.net>
  • Loading branch information
3 people committed May 27, 2021
1 parent 84ff564 commit a1e1141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
],
"dependencies": {},
"peerDependencies": {
"react-native": ">=0.59.0"
"react-native": ">=0.63.3"
},
"devDependencies": {
"@babel/core": "^7.12.7",
Expand Down
2 changes: 1 addition & 1 deletion react-native-fbsdk-next.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.source = { :git => 'https://github.com/thebergamo/react-native-fbsdk-next.git', :tag => "v#{package['version']}" }
s.platforms = { :ios => "9.0", :tvos => "9.2" }
s.dependency 'React'
s.dependency 'React-Core'

s.subspec 'Core' do |ss|
ss.dependency 'FBSDKCoreKit', '~> 9.3'
Expand Down

0 comments on commit a1e1141

Please sign in to comment.