Skip to content

Commit

Permalink
fix: updated react dependency in podspec to enable build in Xcode 12 …
Browse files Browse the repository at this point in the history
…(for iOS >= 12) (#260)
  • Loading branch information
alexisbronchart committed Jan 16, 2021
1 parent a83ad4c commit 4f16a5a
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 @@ -39,7 +39,7 @@
"license": "MIT",
"peerDependencies": {
"react": "^16.0",
"react-native": ">=0.57 <=0.62"
"react-native": ">=0.60 <=0.62"
},
"devDependencies": {
"@babel/core": "^7.9.6",
Expand Down
2 changes: 1 addition & 1 deletion react-native-cameraroll.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/react-native-community/react-native-cameraroll.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m}"

s.dependency 'React'
s.dependency 'React-Core'
end

0 comments on commit 4f16a5a

Please sign in to comment.