Skip to content

Commit ca87253

Browse files
Fix React dependency to enable XCode 12 build (#347)
1 parent 3684d4f commit ca87253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-document-picker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212
s.source = { :git => "https://github.com/Elyx0/react-native-document-picker", :tag => "v#{s.version}" }
1313
s.source_files = "ios/RNDocumentPicker/*.{h,m}"
1414
s.platform = :ios, "9.0"
15-
s.dependency 'React'
15+
s.dependency 'React-Core'
1616
end

0 commit comments

Comments
 (0)