Skip to content

Commit

Permalink
fix(ios): Xcode 12 compatibility (react-native-webview#1643)
Browse files Browse the repository at this point in the history
* fix: add React-Core to podspec for Xcode 12 compatibility

facebook/react-native#29633

* chore: remove React dependency
  • Loading branch information
radko93 authored Sep 29, 2020
1 parent a83596e commit 08b7099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-webview.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08b7099

Please sign in to comment.