Skip to content

Commit bcf8bf9

Browse files
tyfyakov21Nikita Tiufiakov
andauthored
fix(ios): depend directly on React-Core in podspec for Xcode 12 compatibility (#409)
Co-authored-by: Nikita Tiufiakov <nikita.tiufiakov@pipedrive.com>
1 parent 0f69b3b commit bcf8bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-netinfo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/react-native-community/react-native-netinfo.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

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

0 commit comments

Comments
 (0)