소스 검색

Add scalesPageToFit to interface AutoHeightWebViewProps

iou90 4 년 전
부모
커밋
126cf4cc40
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      index.d.ts

+ 1
- 0
index.d.ts 파일 보기

@@ -26,6 +26,7 @@ export interface AutoHeightWebViewProps extends WebViewProps {
26 26
   customScript: string;
27 27
   customStyle: string;
28 28
   viewportContent: string;
29
+  scalesPageToFit: boolean;
29 30
   scrollEnabledWithZoomedin: boolean;
30 31
 }
31 32