mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-22 16:58:34 +00:00
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 = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" }
|
||||||
s.source_files = "apple/**/*.{h,m}"
|
s.source_files = "apple/**/*.{h,m}"
|
||||||
|
|
||||||
s.dependency 'React'
|
s.dependency 'React-Core'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user