From 4f16a5a9c4e99d5faeb990ad2a82d4f1bcd49820 Mon Sep 17 00:00:00 2001 From: Alexis Bronchart Date: Sat, 16 Jan 2021 06:21:14 +0100 Subject: [PATCH] fix: updated react dependency in podspec to enable build in Xcode 12 (for iOS >= 12) (#260) --- package.json | 2 +- react-native-cameraroll.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0460def..a42084f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/react-native-cameraroll.podspec b/react-native-cameraroll.podspec index b02217c..8fd705d 100644 --- a/react-native-cameraroll.podspec +++ b/react-native-cameraroll.podspec @@ -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