chore(release): 11.14.4 [skip ci]
## [11.14.4](https://github.com/react-native-webview/react-native-webview/compare/v11.14.3...v11.14.4) (2021-11-26) ### Bug Fixes * **android:** add null-pointer check for `activity` before creating `RNCWebChromeClient` (closes [#1406](https://github.com/react-native-webview/react-native-webview/issues/1406), [#2190](https://github.com/react-native-webview/react-native-webview/issues/2190)) ([#2240](https://github.com/react-native-webview/react-native-webview/issues/2240)) ([9b14584
](9b14584b78
)) * **macOS:** failing build due to missing TARGET_OS_OSX ([3d7b9ca
](3d7b9cac6e
))
This commit is contained in:
parent
9b14584b78
commit
5a85af4dd1
|
@ -8,7 +8,7 @@
|
||||||
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "11.14.3",
|
"version": "11.14.4",
|
||||||
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",
|
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||||
|
|
Loading…
Reference in New Issue