chore(release): 7.6.0 [skip ci]
# [7.6.0](https://github.com/react-native-community/react-native-webview/compare/v7.5.2...v7.6.0) (2019-12-06) ### Bug Fixes * **ios:** Make allowFileAccessFromFileURLs work in iOS. ([#1061](https://github.com/react-native-community/react-native-webview/issues/1061)) ([88b6498
](https://github.com/react-native-community/react-native-webview/commit/88b6498)) ### Features * **iOS:** new prop injectedJavaScriptBeforeContentLoaded ([#1038](https://github.com/react-native-community/react-native-webview/issues/1038)) ([604495e
](https://github.com/react-native-community/react-native-webview/commit/604495e))
This commit is contained in:
parent
88b64981f4
commit
c4001338c1
|
@ -8,7 +8,7 @@
|
|||
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
||||
],
|
||||
"license": "MIT",
|
||||
"version": "7.5.2",
|
||||
"version": "7.6.0",
|
||||
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
||||
"scripts": {
|
||||
"ci": "CI=true && yarn lint && yarn test",
|
||||
|
|
Loading…
Reference in New Issue