From 10054e10ab6983c0006c364a0f810d5a2e52103d Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Fri, 14 Sep 2018 01:14:31 +0200 Subject: [PATCH] Added flow type --- js/WebViewTypes.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/WebViewTypes.js b/js/WebViewTypes.js index ca3e31e..ed96633 100644 --- a/js/WebViewTypes.js +++ b/js/WebViewTypes.js @@ -232,6 +232,12 @@ export type AndroidWebViewProps = $ReadOnly<{| */ allowUniversalAccessFromFileURLs?: ?boolean, + /** + * Sets whether the webview allow access to file system. + * @platform android + */ + allowFileAccess: ?boolean, + /** * Used on Android only, controls whether form autocomplete data should be saved * @platform android