aloestec-rn-amap-location

1.0.6 • Public • Published

安装

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;

Readme

Keywords

Package Sidebar

Install

npm i aloestec-rn-amap-location

Weekly Downloads

0

Version

1.0.6

License

none

Unpacked Size

9.72 MB

Total Files

56

Last publish

Collaborators

  • rcg1994
  • chulinyin