瀏覽代碼

update readme

iou90 7 年之前
父節點
當前提交
77982bfdc7
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      README.md

+ 3
- 2
README.md 查看文件

43
     if set to true may cause some layout issues (smaller font size) on iOS
43
     if set to true may cause some layout issues (smaller font size) on iOS
44
     */
44
     */
45
     scalesPageToFit={Platform.OS === 'Android' ? true : false}
45
     scalesPageToFit={Platform.OS === 'Android' ? true : false}
46
-    // baseUrl not work in Android 4.3 or below version
47
-    enableBaseUrl={true}
48
     // offset of rn webview margin 
46
     // offset of rn webview margin 
49
     heightOffset={5}
47
     heightOffset={5}
50
     // default width is the width of screen
48
     // default width is the width of screen
58
     animationEasing={Easing.ease()},
56
     animationEasing={Easing.ease()},
59
     // or uri
57
     // or uri
60
     source={{ html: `<p style="font-weight: 400;font-style: normal;font-size: 21px;line-height: 1.58;letter-spacing: -.003em;">Tags are great for describing the essence of your story in a single word or phrase, but stories are rarely about a single thing. <span style="background-color: transparent !important;background-image: linear-gradient(to bottom, rgba(146, 249, 190, 1), rgba(146, 249, 190, 1));">If I pen a story about moving across the country to start a new job in a car with my husband, two cats, a dog, and a tarantula, I wouldn’t only tag the piece with “moving”. I’d also use the tags “pets”, “marriage”, “career change”, and “travel tips”.</span></p>` }}
58
     source={{ html: `<p style="font-weight: 400;font-style: normal;font-size: 21px;line-height: 1.58;letter-spacing: -.003em;">Tags are great for describing the essence of your story in a single word or phrase, but stories are rarely about a single thing. <span style="background-color: transparent !important;background-image: linear-gradient(to bottom, rgba(146, 249, 190, 1), rgba(146, 249, 190, 1));">If I pen a story about moving across the country to start a new job in a car with my husband, two cats, a dog, and a tarantula, I wouldn’t only tag the piece with “moving”. I’d also use the tags “pets”, “marriage”, “career change”, and “travel tips”.</span></p>` }}
59
+    // 'web/' by default on iOS, and 'file:///android_asset/web/' on Android, and baseUrl not work in android 4.3 or below version
60
+    baseUrl: 'webAssets/',
61
+    // add baseUrl/files... to project root
61
     /* 
62
     /* 
62
     use local or remote files
63
     use local or remote files
63
     local files only works on enable baseUrl on Android,
64
     local files only works on enable baseUrl on Android,