Explorar el Código

fix startInLoadingState to boolean in typing

KaFai Choi hace 6 años
padre
commit
cf8a918450
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      typings/index.d.ts

+ 1
- 1
typings/index.d.ts Ver fichero

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