Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lovebing authored and lovebing committed Oct 13, 2016
1 parent e3fb6e3 commit ee64d19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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)

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

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

Expand Down
1 change: 0 additions & 1 deletion ios/RCTBaiduMap/RCTBaiduMapView.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ -(void)setMarkers:(NSArray *)markers {
BMKPointAnnotation *annotation = [_annotations objectAtIndex:i];
[self removeAnnotation:annotation];
[_annotations removeObject:annotation];
annotation = nil;
}
}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-baidu-map",
"version": "0.4.2",
"description": "Baidu Map SDK For React Native, Support both Android and IOS.",
"version": "0.4.3",
"description": "Baidu Map SDK modules and view for React Native(Android & IOS), support react native 0.30+.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit ee64d19

Please sign in to comment.