Skip to content

Commit e960171

Browse files
authored
fix: Xcode 12 compatibility (#228)
1 parent e8858e7 commit e960171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-native-html-to-pdf.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/christopherdro/react-native-html-to-pdf.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

18-
s.dependency 'React'
19-
end
18+
s.dependency 'React-Core'
19+
end

0 commit comments

Comments
 (0)