소스 검색

fix startInLoadingState to boolean in typing

KaFai Choi 6 년 전
부모
커밋
cf8a918450
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      typings/index.d.ts

+ 1
- 1
typings/index.d.ts 파일 보기

@@ -374,7 +374,7 @@ export interface WebViewSharedProps extends ViewProps, IOSWebViewProps, AndroidW
374 374
    * Boolean value that forces the `WebView` to show the loading view
375 375
    * on the first load.
376 376
    */
377
-  startInLoadingState?: string;
377
+  startInLoadingState?: boolean;
378 378
 
379 379
   /**
380 380
    * Set this to provide JavaScript that will be injected into the web page