expo-gaode-map 2.2.28 → 2.2.29

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.
@@ -393,6 +393,7 @@ class MarkerView(context: Context, appContext: AppContext) : ExpoView(context, a
393
393
  */
394
394
  fun setCacheKey(key: String?) {
395
395
  cacheKey = key
396
+ updateMarkerIcon()
396
397
  }
397
398
 
398
399
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-gaode-map",
3
- "version": "2.2.28",
3
+ "version": "2.2.29",
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",
@@ -43,7 +43,7 @@
43
43
  "bugs": {
44
44
  "url": "https://github.com/TomWq/expo-gaode-map/issues"
45
45
  },
46
- "author": "<TomWq>(https://github.com/TomWq)",
46
+ "author": "TomWq <582752848@qq.com> (https://github.com/TomWq)",
47
47
  "license": "MIT",
48
48
  "homepage": "https://tomwq.github.io/expo-gaode-map/",
49
49
  "publishConfig": {