Browse Source

Update README.md

Gaëtan Renaudeau 7 years ago
parent
commit
e856311b98
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

@@ -74,13 +74,13 @@ Model tested: iPhone 6 (iOS), Nexus 5 (Android).
74 74
 | WebView            | YES                | YES<sup>1</sup>   | YES               |
75 75
 | gl-react v2        | YES                | NO<sup>2</sup>    | NO<sup>3</sup>    |
76 76
 | 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>
78 78
 
79 79
 >
80 80
 1. Only supported by wrapping a `<View collapsable={false}>` parent and snapshotting it.
81 81
 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
84 84
 
85 85
 ## Caveats
86 86