Added flow type

This commit is contained in:
Thibault Malbranche 2018-09-14 01:14:31 +02:00
parent 220d7a1973
commit 10054e10ab
1 changed files with 6 additions and 0 deletions

View File

@ -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