ソースを参照

Clean up code styles

iou90 5 年 前
コミット
0548d4622b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      autoHeightWebView/index.js

+ 1
- 1
autoHeightWebView/index.js ファイルの表示

121
 Platform.OS === 'android' &&
121
 Platform.OS === 'android' &&
122
   Object.assign(defaultProps, {
122
   Object.assign(defaultProps, {
123
     zoomable: false,
123
     zoomable: false,
124
-    // if set to true may cause some layout issues (width of container will be than width of screen) on android
124
+    // if set to true may cause some layout issues (width of container will be larger than width of screen) on android
125
     scalesPageToFit: false
125
     scalesPageToFit: false
126
   });
126
   });
127
 
127