Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 9ff01fc

Browse files
committed
Merge branch 'master' of github.com:Fulanko/reactxp-map
# Conflicts: # README.md
2 parents a3a5f1e + be33fa9 commit 9ff01fc

4 files changed

Lines changed: 6 additions & 24 deletions

File tree

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,13 @@ Plugin for [ReactXP](https://microsoft.github.io/reactxp/) that provides support
1212
* Fixed Map onPress when function undefined
1313
* Updated dependencies
1414

15-
### Version 0.1.13
16-
* Updated react-native version
17-
18-
### Version 0.1.10
19-
* Changed react-native to peer-dependency
20-
21-
### Version 0.1.9
22-
* Updated dependencies
23-
* Added `onPress` method to map
24-
2515
## Documentation
2616

2717
### Prerequisites
2818
* [ReactXP](https://github.com/microsoft/reactxp/)
2919

3020
### Samples
31-
* [MapText](https://github.com/Fulanko/reactxp-map/tree/master/samples/MapTest)
21+
* [MapTest](https://github.com/Fulanko/reactxp-map/tree/master/samples/MapTest)
3222

3323
### Usage
3424
```javascript
@@ -58,11 +48,11 @@ Plugin for [ReactXP](https://microsoft.github.io/reactxp/) that provides support
5848

5949
[`<Direction/>` Component API](docs/direction.md)
6050

61-
[`<Polyline/>` Polyline API](docs/polyline.md)
51+
[`<Polyline/>` Component API](docs/polyline.md)
6252

63-
[`<Polygon/>` Polygon API](docs/polygon.md)
53+
[`<Polygon/>` Component API](docs/polygon.md)
6454

65-
[`<Circle/>` Circle API](docs/circle.md)
55+
[`<Circle/>` Component API](docs/circle.md)
6656

6757
## License
6858
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
File renamed without changes.

docs/polygon.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@
77
| fillColor | HexColor | "#000" | FillColor of the polygon |
88
| geodesic | Boolean | false | Boolean indicating whether to draw the polygon as a geodesic |
99
| tappable | Boolean | false | Boolean indicating whether or not the polygon can be tapped |
10-
11-
### Polygon methods
12-
| Method | Arguments | Note |
13-
|-----------------|-----------------------------------------|-------------------------|
14-
| onPress | | Function being executed if the polygon is pressed |
10+
| onPress | Function | | Callback that is fired when pressing on the marker. |

docs/polyline.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@
66
| strokeWidth | Integer | 1 | Width of the polyline |
77
| geodesic | Boolean | false | Boolean indicating whether to draw the polyline as a geodesic |
88
| tappable | Boolean | false | Boolean indicating whether or not the polyline can be tapped |
9-
10-
### Polyline methods
11-
| Method | Arguments | Note |
12-
|-----------------|-----------------------------------------|-------------------------|
13-
| onPress | | Function being executed if the polyline is pressed |
9+
| onPress | Function | | Callback that is fired when pressing on the marker. |

0 commit comments

Comments
 (0)