expo-gaode-map-navigation 2.0.2-next.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-gaode-map-navigation",
|
|
3
|
-
"version": "2.0.2
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "高德地图导航功能模块 - 路径规划、导航引导,独立版本包含完整地图功能",
|
|
5
5
|
"author": "<TomWq> (https://github.com/TomWq)",
|
|
6
6
|
"repository": "https://github.com/TomWq/expo-gaode-map",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"types": "build/index.d.ts",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "expo-module build &&
|
|
10
|
+
"build": "expo-module build && yarn build:plugin",
|
|
11
11
|
"build:plugin": "tsc --project plugin/tsconfig.json",
|
|
12
12
|
"clean": "expo-module clean",
|
|
13
13
|
"lint": "expo-module lint",
|
|
14
14
|
"test": "expo-module test",
|
|
15
|
-
"prepare": "expo-module prepare &&
|
|
15
|
+
"prepare": "expo-module prepare && yarn build:plugin",
|
|
16
16
|
"prepublishOnly": "echo 'Skipping proofread check' && exit 0",
|
|
17
17
|
"expo-module": "expo-module",
|
|
18
18
|
"android": "expo run:android",
|
|
19
19
|
"ios": "expo run:ios"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@expo/config-plugins": "~54.0.4",
|
|
23
22
|
"@types/react": "~19.1.0",
|
|
24
23
|
"expo": "^54.0.31",
|
|
25
24
|
"expo-module-scripts": "^5.0.8",
|
|
@@ -31,6 +30,11 @@
|
|
|
31
30
|
"react": "*",
|
|
32
31
|
"react-native": "*"
|
|
33
32
|
},
|
|
33
|
+
"peerDependenciesMeta": {
|
|
34
|
+
"expo": {
|
|
35
|
+
"optional": true
|
|
36
|
+
}
|
|
37
|
+
},
|
|
34
38
|
"bugs": {
|
|
35
39
|
"url": "https://github.com/TomWq/expo-gaode-map/issues"
|
|
36
40
|
},
|
|
@@ -54,10 +58,5 @@
|
|
|
54
58
|
"高德地图",
|
|
55
59
|
"导航"
|
|
56
60
|
],
|
|
57
|
-
"license": "MIT"
|
|
58
|
-
"dependencies": {
|
|
59
|
-
"expo": "~54.0.31",
|
|
60
|
-
"react": "19.1.0",
|
|
61
|
-
"react-native": "0.81.5"
|
|
62
|
-
}
|
|
61
|
+
"license": "MIT"
|
|
63
62
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const config_plugins_1 = require("
|
|
3
|
+
const config_plugins_1 = require("expo/config-plugins");
|
|
4
4
|
const pkg = require('../../package.json');
|
|
5
5
|
/**
|
|
6
6
|
* iOS: 修改 Info.plist 添加 API Key 和权限
|