react-native-amap3d icon indicating copy to clipboard operation
react-native-amap3d copied to clipboard

react-native 高德地图组件,使用最新 3D SDK,支持 Android + iOS

Results 162 react-native-amap3d issues
Sort by recently updated
recently updated
newest added

- 使用的版本3.1.1、 - RN 版本0.63.3、 - 设备信息 ios15.5 ![C77FD0EC-0F90-4609-A99C-6F7D0216B518](https://user-images.githubusercontent.com/13617309/185379484-be1876a5-9f16-4756-bc63-a167cb9bb69d.png) Marker设置``centerOffset``参数之后,自定义view失效,只显示默认的大头针图标

"react": "16.11.0", "react-native": "0.63.5", "react-native-amap-geolocation": "^1.2.3", "react-native-amap3d": "^3.2.3", Xcode 14.3 iPhone 14模拟器

App crash :- Load Map and go back from map screen App crash. Always crash by clicking on any button after MapView render. Same bug occur in given Example Apk...

安装都正常也没报错,就是不显示地图,RN版本试了0.72.8和0.73.2,react-native-amap3d版本是3.2.4,不知道什么原因,有没有大佬指教一下

Execution failed for task ':app:checkDebugDuplicateClasses'. > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable > Duplicate class com.amap.api.fence.DistrictItem found in modules jetified-3dmap-9.6.0 (com.amap.api:3dmap:9.6.0) and jetified-location-6.2.0 (com.amap.api:location:6.2.0) Duplicate class com.amap.api.fence.DistrictItem$1 found in modules...

什么时候考虑支持一下新架构呀

第一次进去 ![image](https://github.com/qiuxiang/react-native-amap3d/assets/130324703/548e7ec7-5a66-442f-afb4-f35c471c012f) 定位某个点 ![32b29fe20e8cd4526c561c9b3003fb94](https://github.com/qiuxiang/react-native-amap3d/assets/130324703/34587de1-f739-4430-858b-21fb7fcff15c) 再全览: ![4997f83cf4a319598d7bc289e4afefcf](https://github.com/qiuxiang/react-native-amap3d/assets/130324703/3e64140a-cbb1-42ac-864b-188be6eb610e) 我是等所有数据都有了之后才加载地图的mapViews ``` mapViews = ( (this.mapView = ref)} style={styles.mapView} onCameraIdle={({nativeEvent}) => { //地图状态改变事件,在停止变化后触发 console.log('onCameraIdle===', nativeEvent); this.status = nativeEvent; this.cluster?.update(nativeEvent); }} onLoad={() => { console.log('onLoad===',...

![image](https://user-images.githubusercontent.com/38420763/62099706-874e5200-b2c1-11e9-823b-af61ed3747d6.png)

ios 报警告:Sending `onAnimatedValueUpdate` with no listeners registered. 地图版本:1.2.3 react-native:0.72.6