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

React Native AMap component for iOS + Android

Results 15 react-native-amap issues
Sort by recently updated
recently updated
newest added

另外,现在这个在ios10还没有跑起来,直接就退出了

android编译时发现这个错误。 RegionChangeEvent.java:17: 错误: 对于Event(int,long), 找不到合适的构造器 super(id, System.currentTimeMillis()); ^ 构造器 Event.Event()不适用 (实际参数列表和形式参数列表长度不同) 构造器 Event.Event(int)不适用 (实际参数列表和形式参数列表长度不同)

我给marker传过image属性以后,地图上就什么也不显示了,我使用XCode的3D试图查看,也没有找到大头针试图,谢谢您的浏览

## 使用react-native-amap 库文件 遇到这样子的crash情况 请求author 略加指点 > FATAL EXCEPTION: main Process: com.asiainfo.channelmanager, PID: 7994 java.lang.AssertionError: Dispatched event hasn't been initialized at com.facebook.infer.annotation.Assertions.assertCondition(Assertions.java:65) at com.facebook.react.uimanager.events.EventDispatcher.dispatchEvent(EventDispatcher.java:115) at com.dianwoba.rctamap.AMapView$9.run(AMapView.java:526) at android.os.Handler.handleCallback(Handler.java:751) at android.os.Handler.dispatchMessage(Handler.java:95)...

hi, 我在使用 AMapView.Search.AMapInputTipsSearch("肯德基","杭州").then((a)=>{ console.log("AMapInputTipsSearch",a); }).catch((e)=>{console.log(e)})功能时,会报一个 和Handler相关的错误。 请问有修改的方法吗?还是我使用的方式不对?

{this.onMarker(Markers.title)}} />请问我这样绑定点击事件,为什么箭头函数下报红???