fix(ios): Xcode 12 compatibility (#1643)

* fix: add React-Core to podspec for Xcode 12 compatibility

https://github.com/facebook/react-native/issues/29633

* chore: remove React dependency
This commit is contained in:
Radek Czemerys 2020-09-29 19:18:15 +02:00 committed by GitHub
parent a83596eac2
commit 08b709967f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" }
s.source_files = "apple/**/*.{h,m}"
s.dependency 'React'
s.dependency 'React-Core'
end