瀏覽代碼

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}