expo-gaode-map 2.2.21-next.0 → 2.2.22

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.
@@ -663,7 +663,8 @@ class MarkerView(context: Context, appContext: AppContext) : ExpoView(context, a
663
663
  // 只有在没有自定义内容(children)且有 title 或 snippet 时才显示信息窗口
664
664
  // 如果有自定义内容,说明用户已经自定义了显示内容,不需要默认信息窗口
665
665
  if (view.isEmpty() && (!marker.title.isNullOrEmpty() || !marker.snippet.isNullOrEmpty())) {
666
- marker.showInfoWindow()
666
+ // marker.showInfoWindow()
667
+ return false
667
668
  }
668
669
  return true
669
670
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-gaode-map",
3
- "version": "2.2.21-next.0",
3
+ "version": "2.2.22",
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",