Thibault Malbranche 5 years ago
parent
commit
e3127bb066
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      js/WebViewTypes.js

+ 1
- 1
js/WebViewTypes.js View File

@@ -236,7 +236,7 @@ export type AndroidWebViewProps = $ReadOnly<{|
236 236
    * Sets whether the webview allow access to file system.
237 237
    * @platform android
238 238
    */
239
-  allowFileAccess: ?boolean,
239
+  allowFileAccess?: ?boolean,
240 240
 
241 241
   /**
242 242
    * Used on Android only, controls whether form autocomplete data should be saved