Browse Source

Merge branch 'master' into implement-bound-domains

Ivari Tölp 4 years ago
parent
commit
697bde4477
No account linked to committer's email address
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      package.json
  2. 1
    1
      react-native-webview.podspec

+ 1
- 1
package.json View File

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

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

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