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
fb960c32
Commit
fb960c32
authored
Aug 14, 2017
by
7c00
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正 example 依赖引用方式
parent
9384e0a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
README.md
example/README.md
+2
-3
package-lock.json
example/package-lock.json
+0
-0
package.json
example/package.json
+1
-2
No files found.
example/README.md
View file @
fb960c32
##
初始化
##
安装依赖
强烈推荐使用 npm@5+ 安装依赖
推荐使用 npm@5+
```
```
$ npm i
$ npm i
$ npm run init
```
```
...
...
example/package-lock.json
View file @
fb960c32
This source diff could not be displayed because it is too large. You can
view the blob
instead.
example/package.json
View file @
fb960c32
{
{
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
"init"
:
"rm -r node_modules/react-native-amap3d; mkdir node_modules/react-native-amap3d; cp -r ../components node_modules/react-native-amap3d; cp -r ../package.json node_modules/react-native-amap3d; cp -r ../index.js node_modules/react-native-amap3d"
,
"start"
:
"node node_modules/react-native/local-cli/cli.js start"
,
"start"
:
"node node_modules/react-native/local-cli/cli.js start"
,
"android"
:
"node node_modules/react-native/local-cli/cli.js run-android"
,
"android"
:
"node node_modules/react-native/local-cli/cli.js run-android"
,
"android-log"
:
"node node_modules/react-native/local-cli/cli.js log-android"
,
"android-log"
:
"node node_modules/react-native/local-cli/cli.js log-android"
,
...
@@ -10,7 +9,7 @@
...
@@ -10,7 +9,7 @@
"dependencies"
:
{
"dependencies"
:
{
"react"
:
"16.0.0-alpha.6"
,
"react"
:
"16.0.0-alpha.6"
,
"react-native"
:
"0.44.0"
,
"react-native"
:
"0.44.0"
,
"react-native-amap3d"
:
"
..
"
,
"react-native-amap3d"
:
"
^0.2.2
"
,
"react-navigation"
:
"^1.0.0-beta.11"
"react-navigation"
:
"^1.0.0-beta.11"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
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