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
8574a527
Commit
8574a527
authored
Nov 14, 2017
by
7c00
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update example dependencies version
parent
35005dd6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
Podfile.lock
example/ios/Podfile.lock
+7
-7
AppDelegate.m
example/ios/RNAMap3D/AppDelegate.m
+1
-1
package-lock.json
example/package-lock.json
+0
-0
package.json
example/package.json
+3
-3
No files found.
example/ios/Podfile.lock
View file @
8574a527
...
...
@@ -5,14 +5,14 @@ PODS:
- AMapNavi (5.2.1):
- AMap3DMap (>= 5.2.1)
- AMapFoundation (~> 1.4)
- React (0.
49.1
):
- React/Core (= 0.
49.1
)
- React (0.
50.3
):
- React/Core (= 0.
50.3
)
- react-native-amap3d (0.7.3):
- AMapNavi
- React
- React/Core (0.
49.1
):
- yoga (= 0.
49.1
.React)
- yoga (0.
49.1
.React)
- React/Core (0.
50.3
):
- yoga (= 0.
50.3
.React)
- yoga (0.
50.3
.React)
DEPENDENCIES:
- React (from `../node_modules/react-native/`)
...
...
@@ -31,9 +31,9 @@ SPEC CHECKSUMS:
AMap3DMap: 0614b5b7ed7a8b69f1d9ba7bc40ce30362497dc5
AMapFoundation: 6c0471c9a6a0ad17dad46e3d800ad56ca170f82a
AMapNavi: bb4d65295ed0ee0ad4b5f5792e9e2ea0e5117ffa
React:
cf892fb84b7d06bf5fea7f328e554c6dcabe85ee
React:
0ba6cae888dc82dc47d6d5f3090615e1b5f6f3e7
react-native-amap3d: 9b95196a14a7168d25b7aecf29331d1b2900b6e2
yoga:
3abf02d6d9aeeb139b4c930eb1367feae690a35a
yoga:
faecc6be81ca7823ccbb470b93a1b228499fa1c0
PODFILE CHECKSUM: 50e0e08e70fb57b3f3476be117f63856ec28e46e
...
...
example/ios/RNAMap3D/AppDelegate.m
View file @
8574a527
...
...
@@ -21,7 +21,7 @@
NSURL
*
jsCodeLocation
;
jsCodeLocation
=
[[
RCTBundleURLProvider
sharedSettings
]
jsBundleURLForBundleRoot
:
@"index
.ios
"
fallbackResource
:
nil
];
jsCodeLocation
=
[[
RCTBundleURLProvider
sharedSettings
]
jsBundleURLForBundleRoot
:
@"index"
fallbackResource
:
nil
];
RCTRootView
*
rootView
=
[[
RCTRootView
alloc
]
initWithBundleURL
:
jsCodeLocation
moduleName
:
@"RNAMap3D"
...
...
example/package-lock.json
View file @
8574a527
This diff is collapsed.
Click to expand it.
example/package.json
View file @
8574a527
...
...
@@ -8,10 +8,10 @@
},
"dependencies"
:
{
"prop-types"
:
"^15.6.0"
,
"react"
:
"
16.0.0-beta.5
"
,
"react-native"
:
"^0.
49
.3"
,
"react"
:
"
^16.1.1
"
,
"react-native"
:
"^0.
50
.3"
,
"react-native-amap3d"
:
"^0.7.3"
,
"react-navigation"
:
"^1.0.0-beta.1
5
"
"react-navigation"
:
"^1.0.0-beta.1
9
"
},
"devDependencies"
:
{
"babel-preset-react-native"
:
"^4.0.0"
...
...
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