From 4a0d106f2a3583834b1106d8b44938ae71bc547d Mon Sep 17 00:00:00 2001 From: Vikrant Negi Date: Thu, 8 Oct 2020 00:11:12 +0530 Subject: [PATCH] fix: Xcode 12 compatibility (#251) --- react-native-date-picker.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native-date-picker.podspec b/react-native-date-picker.podspec index c8d155d..8759de4 100644 --- a/react-native-date-picker.podspec +++ b/react-native-date-picker.podspec @@ -15,5 +15,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/henninghall/react-native-date-picker.git" } s.source_files = "ios/RNDatePicker/*.{h,m}" - s.dependency 'React' -end \ No newline at end of file + s.dependency 'React-Core' +end