Skip to content

Commit e400198

Browse files
committed
fix: Xcode 12 compatibility
1 parent dd966fc commit e400198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-pdf.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.requires_arc = true
1515
s.platform = :ios, '8.0'
1616
s.source_files = 'ios/**/*.{h,m}'
17-
s.dependency 'React'
17+
s.dependency 'React-Core'
1818
end

0 commit comments

Comments
 (0)