Thibault Malbranche 5 年 前
コミット
e3127bb066
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      js/WebViewTypes.js

+ 1
- 1
js/WebViewTypes.js ファイルの表示

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