Skip to content

Commit 03c6ea1

Browse files
authored
Update README.md
1 parent 89009d1 commit 03c6ea1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,13 @@ Model tested: iPhone 6 (iOS), Nexus 5 (Android).
7474
| WebView | YES | YES<sup>1</sup> | YES |
7575
| gl-react v2 | YES | NO<sup>2</sup> | NO<sup>3</sup> |
7676
| react-native-video | NO | NO | NO
77-
| react-native-maps | YES | [NO](https://github.com/gre/react-native-view-shot/issues/36) | NO<sup>3</sup>
77+
| react-native-maps | YES | NO<sup>3</sup> | NO<sup>4</sup>
7878

7979
>
8080
1. Only supported by wrapping a `<View collapsable={false}>` parent and snapshotting it.
8181
2. It returns an empty image (not a failure Promise).
82-
3. Component itself lacks platform support.
82+
3. But you can just use the react-native-maps snapshot function: https://github.com/airbnb/react-native-maps#take-snapshot-of-map
83+
4. Component itself lacks platform support.
8384

8485
## Caveats
8586

0 commit comments

Comments
 (0)