ソースを参照

chore(release): 7.0.0 [skip ci]

# [7.0.0](https://github.com/react-native-community/react-native-webview/compare/v6.11.1...v7.0.0) (2019-08-30)

### Bug Fixes

* **iOS:** UIWebView Removal ([#828](https://github.com/react-native-community/react-native-webview/issues/828)) ([8549be5](https://github.com/react-native-community/react-native-webview/commit/8549be5)), closes [#819](https://github.com/react-native-community/react-native-webview/issues/819)

### BREAKING CHANGES

* **iOS:** UIWebView has been removed
* **iOS:** useWebkit prop removal
* **iOS:** scalesPageToFit prop removal on iOS (since it's not compatible with WKWebview)
* **iOS:** Renamed RNCWKWebView to RNCWebView on iOS
semantic-release-bot 4 年 前
コミット
67760c7639
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      package.json

+ 1
- 1
package.json ファイルの表示

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "7.0.1",
11
+  "version": "7.0.0",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "ci": "CI=true && yarn lint && yarn test",