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 325ad09 commit 6a2b886Copy full SHA for 6a2b886
README.md
@@ -34,18 +34,22 @@ import MapView from 'react-native-maps';
34
```
35
See the original [documentation](https://github.com/airbnb/react-native-maps).
36
37
-The supported components are `MapView` and `MapView.Marker`.
+The supported components are:
38
+
39
+* `MapView`
40
+* `MapView.Marker`
41
+* `MapView.Polyline`
42
43
`MapView`:
-- The supported props are:
44
+- The officially supported props are:
45
- `region`
-- The supported events are:
46
+- The officially supported events are:
47
- `onRegionChange`
48
- `onRegionChangeComplete`
49
- `onPress`
50
51
`MapView.Marker`:
52
53
- `title`
54
- `description`
55
- `coordinate`
0 commit comments