Commit 1579b6cc authored by Qiu Xiang's avatar Qiu Xiang

使用高德地图实现

parent ecf4b65e
#import <MapKit/MapKit.h> #import <MAMapKit/MAMapKit.h>
#import <React/RCTViewManager.h> #import <React/RCTViewManager.h>
@interface AMapViewManager : RCTViewManager @interface AMapViewManager : RCTViewManager
...@@ -10,7 +10,7 @@ RCT_EXPORT_MODULE() ...@@ -10,7 +10,7 @@ RCT_EXPORT_MODULE()
- (UIView *)view - (UIView *)view
{ {
return [[MKMapView alloc] init]; return [[MAMapView alloc] init];
} }
@end @end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment