Browse Source

Using the origin scale

iou90 4 years ago
parent
commit
98c9a9bdf7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      demo/App.js

+ 1
- 0
demo/App.js View File

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