lovebing / react-native-baidu-map

Baidu Map SDK modules and views for React Native(Android & iOS), support react native 0.61+. 百度地图 React Native 模块,支持 react native 0.61+,已更新到最新的百度地图SDK版本。
MIT License
847 stars 322 forks source link

我在MapView中编写Overlay之后,应用直接闪退,没有任何提示信息,我的RN版本是0.66.1 #397

Open DreamEVA opened 1 year ago

DreamEVA commented 1 year ago

` import * as React from 'react'; import { BaiduMapManager, MapView, Overlay, MapApp, } from 'react-native-baidu-map';

const {Marker, Cluster, Arc, Circle, Polyline, Polygon, InfoWindow, HeatMap} = Overlay;

export const Map = props => { return (

); }; `

guo519300884 commented 9 months ago

遇到了同样的问题 rn 0.72.7

duxj099 commented 6 months ago

AndroidManifest.xml. application 加上: android:allowNativeHeapPointerTagging="false"