-
地图显示不完整
demo: https://uiwjs.github.io/react-baidu-map/#/map
![image](https://github.com/user-attachments/assets/b18b8c3d-ea26-4fb6-bb66-0fc2237d535f)
-
hello everyone.
I just want to use 'react-native-baidu-map' in react-native with expo.
I installed this module using 'yarn add react-native-baidu-map'.
and I added this code in my program.
So, p…
-
A problem occurred configuring project ':react-native-baidu-map'.
> Could not determine the dependencies of null.
> Could not resolve all dependencies for configuration ':react-native-baidu-map:c…
-
**Describe the bug**
A clear and concise description of what the bug is.
不同图片,生成水印大小不同?
**To Reproduce**
Steps to reproduce the behavior:
const url1 = 'https://img2.baidu.com/it/u=1195773901,4039…
-
**ios pod install**
podfile 添加
pod 'react-native-baidu-map', :podspec => '../node_modules/react-native-baidu-map/ios/react-native-baidu-map.podspec'
然后在react-native/ios目录下执行:pod install失败
…
-
VinMac:react-native-baidu-map-master Vin$ react-native run-android
Starting JS server...
ENOENT: no such file or directory, open 'app/src/main/AndroidManifest.xml'
Error: ENOENT: no such file o…
-
project - build setting - Framework Search Path
add
$(SRCROOT)/../node_modules/react-native-baidu-map/ios/lib
Libraries - RCTBaiduMap - BaseModule.h
#import "RCTBridgeModule.h"
#import "React…
-
/Users/lihaoran/Downloads/react-native-baidu-map-master/ios/RCTBaiduMap/BaseModule.h:12:9: 'RCTBridgeModule.h' file not found
/Users/lihaoran/Downloads/react-native-baidu-map-master/ios/RCTBaiduMap/R…
-
react-native :0.55.4,
react-native-baidu-map:1.0.6;
在IOS上运行出现 invariant Violation :Native conponent for "BaiduMapView" does not exit,按照https://github.com/lovebing/react-native-baidu-map/issues/226…
-
`
import * as React from 'react';
import {
BaiduMapManager,
MapView,
Overlay,
MapApp,
} from 'react-native-baidu-map';
const {Marker, Cluster, Arc, Circle, Polyline, Polygon, InfoWin…