瀏覽代碼

Using the origin scale

iou90 4 年之前
父節點
當前提交
98c9a9bdf7
共有 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
+        viewportContent={`initial-scale=${Dimensions.get('window').width / 500}`}
137 138
         onError={onError}
138 139
         onLoad={onHeightLoad}
139 140
         onLoadStart={onHeightLoadStart}