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
687842d9
Commit
687842d9
authored
Jun 05, 2017
by
Qiu Xiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新项目名
parent
6cd747b1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
strings.xml
example/android/app/src/main/res/values/strings.xml
+1
-1
settings.gradle
example/android/settings.gradle
+1
-4
examples.js
example/src/examples.js
+1
-1
No files found.
example/android/app/src/main/res/values/strings.xml
View file @
687842d9
<resources>
<string
name=
"app_name"
>
AMap3D
Examples
</string>
<string
name=
"app_name"
>
Examples
</string>
</resources>
example/android/settings.gradle
View file @
687842d9
rootProject
.
name
=
'Example'
include
':react-native-amap3d'
project
(
':react-native-amap3d'
).
projectDir
=
new
File
(
rootProject
.
projectDir
,
'../node_modules/react-native-amap3d/android'
)
rootProject
.
name
=
'Examples'
include
':react-native-amap3d'
project
(
':react-native-amap3d'
).
projectDir
=
new
File
(
rootProject
.
projectDir
,
'../../android'
)
include
':app'
example/src/examples.js
View file @
687842d9
...
...
@@ -17,7 +17,7 @@ if (Platform.OS === 'android') {
export
default
class
Examples
extends
Component
{
static
navigationOptions
=
{
title
:
'
AMap3D
Examples'
,
title
:
'Examples'
,
}
_renderItem
(
title
,
route
)
{
...
...
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