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 14:21:14 +09:00
committed by GitHub
parent a83ad4c14e
commit 4f16a5a9c4
2 changed files with 2 additions and 2 deletions
+1 -1
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",
+1 -1
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