Skip to content

Commit ee64d19

Browse files
lovebinglovebing
authored andcommitted
update
1 parent e3fb6e3 commit ee64d19

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-baidu-map [![npm version](https://img.shields.io/npm/v/react-native-baidu-map.svg?style=flat)](https://www.npmjs.com/package/react-native-baidu-map)
22

3-
Baidu Map SDK modules and view for React Native, support react native 0.30+
3+
Baidu Map SDK modules and view for React Native(Android & IOS), support react native 0.30+
44

55
百度地图 React Native 模块,支持 react native 0.30+
66

ios/RCTBaiduMap/RCTBaiduMapView.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ -(void)setMarkers:(NSArray *)markers {
7474
BMKPointAnnotation *annotation = [_annotations objectAtIndex:i];
7575
[self removeAnnotation:annotation];
7676
[_annotations removeObject:annotation];
77-
annotation = nil;
7877
}
7978
}
8079

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-baidu-map",
3-
"version": "0.4.2",
4-
"description": "Baidu Map SDK For React Native, Support both Android and IOS.",
3+
"version": "0.4.3",
4+
"description": "Baidu Map SDK modules and view for React Native(Android & IOS), support react native 0.30+.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)