Skip to content

Commit 6f72be6

Browse files
author
lovebing
committed
0.5.0
1 parent 5abb53f commit 6f72be6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ project(':react-native-baidu-map').projectDir = new File(settingsDir, '../node_m
6262
| onMapClick | func | undefined|
6363
| onMapDoubleClick | func | undefined|
6464
| onMarkerClick | func | undefined|
65+
| onMapPoiClick | func | undefined|
6566

6667
#### MapModule Methods (Deprecated)
6768
setMarker(double lat, double lng)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-baidu-map",
3-
"version": "0.4.8",
3+
"version": "0.5.0",
44
"description": "Baidu Map SDK modules and view for React Native(Android & IOS), support react native 0.30+.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)