Parcourir la source

Add comment for viewportContent prop using

iou90 il y a 5 ans
Parent
révision
20582b9f9d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      demo/App.js

+ 1
- 0
demo/App.js Voir le fichier

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