Browse Source

Revert README

Chi Wing Kei 6 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,7 +32,7 @@ Cause of moving View.propTypes to ViewPropTypes in React Naitve 0.44 (https://gi
32 32
     scalesPageToFit={Platform.OS === 'android' ? true : false}
33 33
     // baseUrl not work in android 4.3 or below version
34 34
     enableBaseUrl={true}
35
-    // offset of rn webview margin
35
+    // offset of rn webview margin 
36 36
     heightOffset={5}
37 37
     // default width is the width of screen
38 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