Просмотр исходного кода

Fix comments of path issue of baseUrl

iou90 4 лет назад
Родитель
Сommit
9793adbcf5
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      README.md

+ 1
- 1
README.md Просмотреть файл

@@ -49,7 +49,7 @@ import { Dimensions } from 'react-native'
49 49
     }]}
50 50
     // baseUrl now contained by source
51 51
     // 'web/' by default on iOS
52
-    // 'file:///android_asset/web/' by default on Android
52
+    // 'file:///android_asset/' by default on Android
53 53
     // or uri
54 54
     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>` }}
55 55
     // false by default on iOS & Android (different from react-native-webview which true by default on Android),