Skip to content

Commit 6a2b886

Browse files
committed
Update doc
1 parent 325ad09 commit 6a2b886

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,22 @@ import MapView from 'react-native-maps';
3434
```
3535
See the original [documentation](https://github.com/airbnb/react-native-maps).
3636

37-
The supported components are `MapView` and `MapView.Marker`.
37+
The supported components are:
38+
39+
* `MapView`
40+
* `MapView.Marker`
41+
* `MapView.Polyline`
3842

3943
`MapView`:
40-
- The supported props are:
44+
- The officially supported props are:
4145
- `region`
42-
- The supported events are:
46+
- The officially supported events are:
4347
- `onRegionChange`
4448
- `onRegionChangeComplete`
4549
- `onPress`
4650

4751
`MapView.Marker`:
48-
- The supported props are:
52+
- The officially supported props are:
4953
- `title`
5054
- `description`
5155
- `coordinate`

0 commit comments

Comments
 (0)