Parcourir la source

Update README.md

iou90 il y a 7 ans
Parent
révision
24fe108514
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README.md

+ 1
- 1
README.md Voir le fichier

20
 <AutoHeightWebView
20
 <AutoHeightWebView
21
     onHeightUpdated={height => console.log(height)},
21
     onHeightUpdated={height => console.log(height)},
22
     /*
22
     /*
23
-    if set to false may cause some layout issues (width of container will be than width of screen) on android
23
+    if set to false may cause some layout issues (width of container not fit for screen) on android
24
     if set to true may cause some layout issues (smaller font size) on ios
24
     if set to true may cause some layout issues (smaller font size) on ios
25
     */
25
     */
26
     scalesPageToFit={Platform.OS === 'android' ? true : false}
26
     scalesPageToFit={Platform.OS === 'android' ? true : false}