소스 검색

Update README.md

iou90 7 년 전
부모
커밋
24fe108514
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -20,7 +20,7 @@ Cause of moving View.propTypes to ViewPropTypes in React Naitve 0.44 (https://gi
20 20
 <AutoHeightWebView
21 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 24
     if set to true may cause some layout issues (smaller font size) on ios
25 25
     */
26 26
     scalesPageToFit={Platform.OS === 'android' ? true : false}