Browse Source

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
Radek Czemerys 4 years ago
parent
commit
08b709967f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react-native-webview.podspec

+ 1
- 1
react-native-webview.podspec View File

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