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