@evnydd0sf/react-native-amap3d-fix 3.2.4-fix.1 → 3.2.4-fix.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.
@@ -27,7 +27,8 @@ internal class MapViewManager : ViewGroupManager<MapView>() {
27
27
 
28
28
  override fun onDropViewInstance(view: MapView) {
29
29
  super.onDropViewInstance(view)
30
- view.onDestroy()
30
+ // Fix Unmount View Crash
31
+ // view.onDestroy()
31
32
  }
32
33
 
33
34
  override fun getCommandsMap(): Map<String, Int> {
package/license CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 7c00 <i@7c00.cc>
3
+ Copyright (c) 2025 evnydd0sf <me@evnydd0sf.club>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evnydd0sf/react-native-amap3d-fix",
3
- "version": "3.2.4-fix.1",
3
+ "version": "3.2.4-fix.2",
4
4
  "description": "react-native 高德地图组件,支持 Android + iOS (Fork with compilation fix)",
5
5
  "author": "evnydd0sf <me@evnydd0sf.club>",
6
6
  "license": "MIT",