expo-gaode-map 2.2.16 → 2.2.17-next.0

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.
Files changed (2) hide show
  1. package/app.plugin.js +0 -2
  2. package/package.json +5 -5
package/app.plugin.js CHANGED
@@ -2,8 +2,6 @@
2
2
  // Expo Config Plugin 入口文件
3
3
  // 这个文件会在用户运行 npx expo prebuild 时被调用
4
4
 
5
- const { createRunOncePlugin } = require('@expo/config-plugins');
6
-
7
5
  // 导入编译后的插件
8
6
  const withGaodeMap = require('./plugin/build/withGaodeMap').default;
9
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-gaode-map",
3
- "version": "2.2.16",
3
+ "version": "2.2.17-next.0",
4
4
  "description": "A full-featured AMap (Gaode Map) React Native component library built with Expo Modules, providing map display, location services, overlays, and more.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -49,14 +49,14 @@
49
49
  "registry": "https://registry.npmjs.org/"
50
50
  },
51
51
  "devDependencies": {
52
- "@expo/config-plugins": "^9.1.7",
52
+ "@expo/config-plugins": "~54.0.4",
53
53
  "@testing-library/react-native": "^13.3.3",
54
54
  "@types/jest": "^29.5.14",
55
55
  "@types/react": "~19.1.0",
56
56
  "babel-preset-expo": "^54.0.8",
57
- "expo": "^54.0.18",
58
- "expo-module-scripts": "^5.0.7",
59
- "jest": "^30.2.0",
57
+ "expo": "^54.0.31",
58
+ "expo-module-scripts": "^5.0.8",
59
+ "jest": "~29.7.0",
60
60
  "jest-expo": "^54.0.16",
61
61
  "react-native": "0.81.5",
62
62
  "react-test-renderer": "19.1.0",