初始化
parents
Showing
.gitattributes
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
android/build.gradle
0 → 100644
index.js
0 → 100644
ios/AMap3D.h
0 → 100644
ios/AMap3D.m
0 → 100644
ios/AMap3D.podspec
0 → 100644
package.json
0 → 100644
{ | ||
"name": "react-native-amap3d", | ||
"version": "0.0.1", | ||
"description": "AMap3D component for react-native", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"react-native", | ||
"amap" | ||
], | ||
"author": "Qiu Xiang <i@7c00.cc>", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"react": ">=15.4.0", | ||
"react-native": ">=0.40" | ||
} | ||
} |
Please
register
or
sign in
to comment