Commit 6bf36986 authored by Qiu Xiang's avatar Qiu Xiang

发布第一个版本到 npm

parent 4bd6a208
example/
...@@ -17,9 +17,8 @@ react-native 高德地图组件,使用最新 3D SDK(目前只支持 Android ...@@ -17,9 +17,8 @@ react-native 高德地图组件,使用最新 3D SDK(目前只支持 Android
## 安装 ## 安装
### 安装依赖 ### 安装依赖
目前还没有正式发布到 npm,于是需要直接使用 github 地址
``` ```
$ npm i https://github.com/qiuxiang/react-native-amap3d/tarball/develop --save $ npm i react-native-amap3d --save
``` ```
### 项目配置 ### 项目配置
......
{ {
"name": "react-native-amap3d", "name": "react-native-amap3d",
"version": "0.0.1", "version": "0.1.0",
"description": "react-native 高德地图组件", "description": "react-native 高德地图组件",
"main": "components/MapView.js", "main": "components/MapView.js",
"author": "Qiu Xiang <i@7c00.cc>", "author": "Qiu Xiang <i@7c00.cc>",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment