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:
parent
a83596eac2
commit
08b709967f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue