1.0.6 • Published 6 years ago

aloestec-rn-amap-location v1.0.6

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

安装

yarn add aloestec-rn-amap-location

react-native link aloestec-rn-amap-location

IOS

Framework 添加

1、Build Phases => Link Binary With Libraries => add => add Others

添加 node_modules/aloestec-rn-amap-location/ios/Framework 下的两个文件

2、Build Settings => Search Paths => Framework Search Paths 添加 node_modules/aloestec-rn-amap-location/ios/Framework

配置app key

测试版和正式版配置不同的 app key

User-Defined 添加 常量 : AMAP_APP_KEY (去高德申请)

Info.plist 添加 AmapAppKey = $(AMAP_APP_KEY)

AppDelegate.m 中设置:

NSString *amapAppKey = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"AmapAppKey"];

[AMapServices sharedServices].apiKey = amapAppKey;
1.0.6

6 years ago