Browse Source

Update README.md

Gaëtan Renaudeau 8 years ago
parent
commit
22c3d91517
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

86
 
86
 
87
 - Support of special components like Video / GL views remains untested.
87
 - Support of special components like Video / GL views remains untested.
88
 - 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.
88
 - 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.
89
+- on Android, you need to make sure `collapsable` 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))
89
 
90
 
90
 ## Thanks
91
 ## Thanks
91
 
92