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

使用高德地图实现

parent ecf4b65e
#import <MapKit/MapKit.h>
#import <MAMapKit/MAMapKit.h>
#import <React/RCTViewManager.h>
@interface AMapViewManager : RCTViewManager
......@@ -10,7 +10,7 @@ RCT_EXPORT_MODULE()
- (UIView *)view
{
return [[MKMapView alloc] init];
return [[MAMapView alloc] init];
}
@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