Procházet zdrojové kódy

Merge branch 'master' into implement-bound-domains

Ivari Tölp před 4 roky
rodič
revize
697bde4477
No account linked to committer's email address
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      package.json
  2. 1
    1
      react-native-webview.podspec

+ 1
- 1
package.json Zobrazit soubor

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "10.9.0",
11
+  "version": "10.9.1",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "start": "node node_modules/react-native/local-cli/cli.js start",

+ 1
- 1
react-native-webview.podspec Zobrazit soubor

@@ -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