소스 검색

Add comment for viewportContent prop using

iou90 5 년 전
부모
커밋
20582b9f9d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      demo/App.js

+ 1
- 0
demo/App.js 파일 보기

@@ -134,6 +134,7 @@ const Explorer = () => {
134 134
             min-width: unset !important;
135 135
           }
136 136
         `}
137
+        // 500 -> min-width of #doc in newsletter
137 138
         viewportContent={`initial-scale=${Dimensions.get('window').width / 500}`}
138 139
         onError={onError}
139 140
         onLoad={onHeightLoad}