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
             min-width: unset !important;
134
             min-width: unset !important;
135
           }
135
           }
136
         `}
136
         `}
137
+        viewportContent={`initial-scale=${Dimensions.get('window').width / 500}`}
137
         onError={onError}
138
         onError={onError}
138
         onLoad={onHeightLoad}
139
         onLoad={onHeightLoad}
139
         onLoadStart={onHeightLoadStart}
140
         onLoadStart={onHeightLoadStart}