Browse Source

Revert README

Chi Wing Kei 7 years ago
parent
commit
cbc2963b99
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

32
     scalesPageToFit={Platform.OS === 'android' ? true : false}
32
     scalesPageToFit={Platform.OS === 'android' ? true : false}
33
     // baseUrl not work in android 4.3 or below version
33
     // baseUrl not work in android 4.3 or below version
34
     enableBaseUrl={true}
34
     enableBaseUrl={true}
35
-    // offset of rn webview margin
35
+    // offset of rn webview margin 
36
     heightOffset={5}
36
     heightOffset={5}
37
     // default width is the width of screen
37
     // default width is the width of screen
38
     // if there are some text selection issues on iOS, the width should be reduced more than 15 and the marginTop should be added more than 35
38
     // if there are some text selection issues on iOS, the width should be reduced more than 15 and the marginTop should be added more than 35