Skip to content

Commit e856311

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +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<sup>3</sup> | NO<sup>4</sup>
77+
| react-native-maps | YES | NO<sup>4</sup> | NO<sup>3</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. 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.
82+
3. Component itself lacks platform support.
83+
4. But you can just use the react-native-maps snapshot function: https://github.com/airbnb/react-native-maps#take-snapshot-of-map
8484

8585
## Caveats
8686

0 commit comments

Comments
 (0)