Browse Source

Add comment for viewportContent prop using

iou90 5 years ago
parent
commit
20582b9f9d
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
+        // 500 -> min-width of #doc in newsletter
137
         viewportContent={`initial-scale=${Dimensions.get('window').width / 500}`}
138
         viewportContent={`initial-scale=${Dimensions.get('window').width / 500}`}
138
         onError={onError}
139
         onError={onError}
139
         onLoad={onHeightLoad}
140
         onLoad={onHeightLoad}