Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-amap3d
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-amap3d
Commits
1321f95f
Unverified
Commit
1321f95f
authored
Feb 12, 2018
by
7c00
Committed by
GitHub
Feb 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
9e1c1aef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
README.md
README.md
+7
-1
No files found.
README.md
View file @
1321f95f
...
...
@@ -50,7 +50,6 @@ platform :ios, '8.0'
target
'Your Target'
do
pod
'yoga'
,
path:
'../node_modules/react-native/ReactCommon/yoga/'
pod
'React'
,
path:
'../node_modules/react-native/'
,
:subspecs
=>
[
'BatchedBridge'
,
'DevSupport'
,
]
pod
'react-native-amap3d'
,
path:
'../node_modules/react-native-amap3d/lib/ios/'
...
...
@@ -168,6 +167,13 @@ $ yarn run-ios
-
[
MultiPoint
](
https://github.com/qiuxiang/react-native-amap3d/tree/master/lib/js/maps/MultiPoint.js
)
## 常见问题
-
RN v0.47 有个
[
breaking change
](
https://github.com/facebook/react-native/commit/ce6fb337a146e6f261f2afb564aa19363774a7a8
)
,导致无法向后兼容。
-
该项目不打算做数据接口,地理/逆地理编码、路径规划、搜索等功能请使用
[
Web 服务
](
https://lbs.amap.com/api/webservice/summary
)
。
-
尽量使用设备进行测试,在模拟器可能存在一些问题(常见的是 Android 模拟器因为缺少硬件加速而导致闪退)。
## 关于编译问题
鉴于编译问题重复提得太多,且没有什么讨论价值,有必要单独做一些说明。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment