mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 17:28:37 +00:00
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
This commit is contained in:
parent
8549be5fd0
commit
67760c7639
@ -8,7 +8,7 @@
|
||||
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
||||
],
|
||||
"license": "MIT",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.0",
|
||||
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
||||
"scripts": {
|
||||
"ci": "CI=true && yarn lint && yarn test",
|
||||
|
Loading…
x
Reference in New Issue
Block a user