We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1d61b commit 5d5ccc2Copy full SHA for 5d5ccc2
README.md
@@ -69,11 +69,14 @@ Model tested: iPhone 6 (iOS), Nexus 5 (Android).
69
| System | iOS | Android |
70
|--------------------|--------------------|-------------------|
71
| View,Text,Image,.. | YES | YES |
72
-| WebView | YES | YES, but from a `<View collapsable={false}>` parent |
73
-| gl-react v2 | YES | NO (empty) |
+| WebView | YES | YES<sup>1</sup> |
+| gl-react v2 | YES | NO<sup>2</sup> |
74
| react-native-video | NO | NO |
75
| react-native-maps | YES | [NO](https://github.com/gre/react-native-view-shot/issues/36) |
76
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).
80
81
## Caveats
82
0 commit comments