fix: updated react dependency in podspec to enable build in Xcode 12 (for iOS >= 12) (#260)

This commit is contained in:
Alexis Bronchart 2021-01-16 06:21:14 +01:00 committed by GitHub
parent a83ad4c14e
commit 4f16a5a9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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