Baidu Map SDK modules and views for React Native(Android & iOS), support react native 0.61+. 百度地图 React Native 模块,支持 react native 0.61+,已更新到最新的百度地图SDK版本。
856
stars
322
forks
source link
我在MapView中编写Overlay之后,应用直接闪退,没有任何提示信息,我的RN版本是0.66.1 #397
Open
DreamEVA opened 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 (
); }; `