Selaa lähdekoodia

Update README.md

Gaëtan Renaudeau 8 vuotta sitten
vanhempi
commit
5f69a55e38
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      README.md

+ 1
- 0
README.md Näytä tiedosto

@@ -48,6 +48,7 @@ Snapshots are not guaranteed to be pixel perfect. It also depends on the platfor
48 48
 - Support of special components like Video / GL views remains untested.
49 49
 - It's preferable to **use a background color on the view you rasterize** to avoid transparent pixels and potential weirdness that some border appear around texts.
50 50
 - on Android, you need to make sure `collapsable` is set to `false` if you want to snapshot a **View**. Otherwise that view won't reflect any UI View. ([found by @gaguirre](https://github.com/gre/react-native-view-shot/issues/7#issuecomment-245302844))
51
+- if you want to share out the screenshoted file on Android, you will have to copy it somewhere first so it's accessible to an Intent, see comment: https://github.com/gre/react-native-view-shot/issues/11#issuecomment-251080804 .
51 52
 
52 53
 ## Getting started
53 54