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
5d59eed3
Commit
5d59eed3
authored
Jan 06, 2018
by
7c00
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加编译相关说明
parent
b64dd204
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
13 deletions
+22
-13
issue_template.md
.github/issue_template.md
+1
-1
README.md
README.md
+21
-12
No files found.
.github/issue_template.md
View file @
5d59eed3
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
进行问题反馈之前:
进行问题反馈之前:
-
提供你正在使用的版本、RN 版本、设备信息
-
提供你正在使用的版本、RN 版本、设备信息
-
请尽可能详细地描述问题
-
请尽可能详细地描述问题
-
编译相关的问题需要你对编译过程有所了解
-
在提编译问题之前,请先检查最新的编译测试
以下情况 issue 会被 close:
以下情况 issue 会被 close:
-
确定是环境配置的问题,且没有提供足够的信息
-
确定是环境配置的问题,且没有提供足够的信息
...
...
README.md
View file @
5d59eed3
...
@@ -150,26 +150,35 @@ const coordinate = {
...
@@ -150,26 +150,35 @@ const coordinate = {
## 接口
## 接口
请参考注释文档:
请参考注释文档:
-
[
MapView
](
https://github.com/qiuxiang/react-native-amap3d/
tree/master/components/maps/MapView.js#L15
)
-
[
MapView
](
https://github.com/qiuxiang/react-native-amap3d/
blob/master/src/maps/MapView.js
)
-
[
Marker
](
https://github.com/qiuxiang/react-native-amap3d/
tree/master/components/maps/Marker.js#L8
)
-
[
Marker
](
https://github.com/qiuxiang/react-native-amap3d/
blob/master/src/maps/Marker.js
)
-
[
Polyline
](
https://github.com/qiuxiang/react-native-amap3d/
tree/master/components/maps/Polyline.js#L6
)
-
[
Polyline
](
https://github.com/qiuxiang/react-native-amap3d/
blob/master/src/maps/Polyline.js
)
-
[
Polygon
](
https://github.com/qiuxiang/react-native-amap3d/
tree/master/components/maps/Polygon.js#L6
)
-
[
Polygon
](
https://github.com/qiuxiang/react-native-amap3d/
blob/master/src/maps/Polygon.js
)
-
[
Circle
](
https://github.com/qiuxiang/react-native-amap3d/
tree/master/components/maps/Circle.js#L6
)
-
[
Circle
](
https://github.com/qiuxiang/react-native-amap3d/
blob/master/src/maps/Circle.js
)
-
[
HeatMap
](
https://github.com/qiuxiang/react-native-amap3d/
tree/master/components/maps/HeatMap.js#L6
)
-
[
HeatMap
](
https://github.com/qiuxiang/react-native-amap3d/
blob/master/src/maps/HeatMap.js
)
-
[
MultiPoint
](
https://github.com/qiuxiang/react-native-amap3d/
tree/master/components/maps/MultiPoint.js#L5
)
-
[
MultiPoint
](
https://github.com/qiuxiang/react-native-amap3d/
blob/master/src/maps/MultiPoint.js
)
## 关于问题反馈
## 关于问题反馈
进行问题反馈之前:
-
提供你正在使用的版本、RN 版本、设备信息
-
提供你正在使用的版本、RN 版本、设备信息
-
请尽可能详细地描述问题
-
请尽可能详细地描述问题
-
在提编译问题之前,请先检查最新的编译测试
-
编译相关的问题需要你对编译过程有所了解
以下情况 issue 会被 close:
以下情况 issue 会被 close:
-
确定是环境配置的问题,且没有提供足够的信息
-
确定是环境配置的问题,且没有提供足够的信息
-
问题不具备普遍性,且缺乏讨论
-
问题不具备普遍性,且缺乏讨论
问题被关闭,仍可继续讨论。
问题被关闭仍然欢迎继续讨论。
## 关于编译问题
鉴于编译问题重复提得太多,且没有什么讨论价值,有必要单独做一些说明。
为了方便排除问题,这个项目是有在持续集成里做编译测试的。
其中在 master 分支做 example 的编译测试,在 release 分支做新项目的编译测试。
在提编译问题之前,请先检查最新的编译测试。当然,如果你熟悉编译过程,
并且发现这个项目的配置确实存在问题,欢迎提出、讨论。
[
npm
]:
https://www.npmjs.com/package/react-native-amap3d
[
npm
]:
https://www.npmjs.com/package/react-native-amap3d
[
version-badge
]:
https://badge.fury.io/js/react-native-amap3d.svg
[
version-badge
]:
https://badge.fury.io/js/react-native-amap3d.svg
...
...
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