Skip to content

Commit 55ede93

Browse files
committed
fix: 修复安装安卓依赖错误。
1 parent a194b85 commit 55ede93

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.npmignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ renovate.json
77

88
# Example
99
example/
10+
imgs/
1011

1112
# Android
1213
android/*/build/
@@ -56,8 +57,6 @@ npm-debug.log
5657
.Trashes
5758
ehthumbs.db
5859
Thumbs.dbandroid/gradle
59-
docs
60+
typedoc
6061
.idea
61-
bin/test.js
62-
codorials
63-
website/
62+
codorials

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"name": "@uiw/react-native-amap-geolocation",
33
"title": "React Native Amap Geolocation",
4-
"version": "1.2.0",
4+
"version": "1.2.2",
55
"description": "React Native 高德地图定位模块,支持 Android/iOS",
66
"main": "index.js",
77
"typings": "index.d.ts",
88
"files": [
9-
"README.md",
9+
"android/libs",
10+
"android/src",
11+
"android/build.gradle",
12+
"ios",
1013
"index.d.ts",
11-
"android",
1214
"index.js",
13-
"ios"
15+
"README.md"
1416
],
1517
"scripts": {
1618
"build": "typedoc"

0 commit comments

Comments
 (0)