瀏覽代碼

Update README.md

Gaëtan Renaudeau 8 年之前
父節點
當前提交
78e4fa5df8
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

48
 - Support of special components like Video / GL views remains untested.
48
 - Support of special components like Video / GL views remains untested.
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.
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
 - 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))
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
+- on Android, you can't snapshot a big view. The limit looks like to be set to your screen size (number of pixels).
51
 
52
 
52
 ## Getting started
53
 ## Getting started
53
 
54