-
文字看不出来,图片很明显,一闪一闪的
### 代码
```
const [test, setTest] = React.useState(0);
React.useEffect(() => {
setInterval(() => {
setTest((state) => state + 1);
}, 500);
}, []);
…
-
按照128的方案注释的话,会产生许多新的红色报错,我的rn是0.51
-
就像baidu map原生api中那种[检索功能](http://lbs.baidu.com/jsdemo.htm#a6_2)
http://lbs.baidu.com/jsdemo.htm#a6_2
-
请问使用DrawingManager,polygoncomplete事件怎么监听? 用的是2.4.0版本
-
warning: skipping file '/Users/vittorio/Desktop/kaifa/rn/rn_demo/react-native-jifenmao/node_modules/react-native-baidu-map/ios/lib/BaiduMapAPI_Map.framework/Resources/mapapi.bundle' (unexpected file t…
-
-
![image](https://user-images.githubusercontent.com/44898730/122846210-f01c9880-d337-11eb-8177-ae472b3940ae.png)
![image](https://user-images.githubusercontent.com/44898730/122846227-f9a60080-d337-11e…
-
如题,感觉只支持0.60以上有点激进了吧
-
没有找到获取当前位置的API
-
![image](https://user-images.githubusercontent.com/21077737/75605082-91b42100-5b1a-11ea-9bb5-42f2cdcc3937.png)
我试着打印了下如图
![image](https://user-images.githubusercontent.com/21077737/75605091-a395c40…