Browse Source

actually found a way for android & webview

Gaëtan Renaudeau 8 years ago
parent
commit
84fd7ca724
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

69
 | System             | iOS                | Android           |
69
 | System             | iOS                | Android           |
70
 |--------------------|--------------------|-------------------|
70
 |--------------------|--------------------|-------------------|
71
 | View,Text,Image,.. | YES                | YES               |
71
 | View,Text,Image,.. | YES                | YES               |
72
-| WebView            | YES                | NO (crash!)       |
72
+| WebView            | YES                | YES: with a `<View collapsable={false}>` parent |
73
 | gl-react           | YES                | NO (empty)        |
73
 | gl-react           | YES                | NO (empty)        |
74
 | react-native-video | NO                 | NO                |
74
 | react-native-video | NO                 | NO                |
75
 | react-native-maps  | YES                | [NO](https://github.com/gre/react-native-view-shot/issues/36) |
75
 | react-native-maps  | YES                | [NO](https://github.com/gre/react-native-view-shot/issues/36) |