Skip to content

Commit 5d5ccc2

Browse files
authored
Update README.md
1 parent 7d1d61b commit 5d5ccc2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,14 @@ Model tested: iPhone 6 (iOS), Nexus 5 (Android).
6969
| System | iOS | Android |
7070
|--------------------|--------------------|-------------------|
7171
| View,Text,Image,.. | YES | YES |
72-
| WebView | YES | YES, but from a `<View collapsable={false}>` parent |
73-
| gl-react v2 | YES | NO (empty) |
72+
| WebView | YES | YES<sup>1</sup> |
73+
| gl-react v2 | YES | NO<sup>2</sup> |
7474
| react-native-video | NO | NO |
7575
| react-native-maps | YES | [NO](https://github.com/gre/react-native-view-shot/issues/36) |
7676

77+
>
78+
1. Only supported by wrapping a `<View collapsable={false}>` parent and snapshotting it.
79+
2. It returns an empty image (not a failure Promise).
7780

7881
## Caveats
7982

0 commit comments

Comments
 (0)