chenjianyi

Results 8 issues of chenjianyi

Hi I already follow the Setting Up to setup my project but it has some error when ChromeView.initialize(this); in my Application: ![qq20140323133327](https://f.cloud.github.com/assets/1291756/2492711/b19c6554-b24c-11e3-8f49-ee6d4488c4a7.png) 03-23 13:26:35.954: E/AndroidRuntime(20041): java.lang.UnsatisfiedLinkError: Native method not found:...

https://gitee.com/highdimen/jd_shell/raw/v3/install_scripts/docker_install_jd.sh 实现方式太繁琐,谢谢

hi I want to use this library to make a function like a draw board. but after look up the doc I found that all object seems "static" so is...

采用如下写法: ``` //下面的marker和label都正常 { marker && { setIsModalOpen(true) }} /> {marker.name} } //marker正常,label不正常 {deviceHistories.map((item, index) => ( {item.createdAt} ))} ...... ``` deviceHistories数组一开始为空,赋值后也一切正常,但是当我清空deviceHistories的时候,marker会消失,但是label不消失,而且奇怪的是第一段的marker和label都正常, 第二段的label却消失不了。 试过写成两个循环,也是一样的效果 一开始devicehistories为空 ![image](https://github.com/uiwjs/react-baidu-map/assets/1291756/adf0c352-493f-4cfb-b3e9-7a6632e0f892) 赋值 ![image](https://github.com/uiwjs/react-baidu-map/assets/1291756/79f85d78-1faa-42e1-b768-284e280fc0b0) 清空 ,marker消失了,label还在...

根据官网设置mapstyle https://lbsyun.baidu.com/custom/list.htm 代码:```map.setMapStyle({style:'midnight'});``` 理想效果如下: ![image](https://github.com/uiwjs/react-baidu-map/assets/1291756/48605514-cc3d-431c-96ec-fa3c90a4711a) 得到效果如下,设置了mapStyle 地图是会变颜色的,但是与官网实际效果不符,不知道是哪里问题 `````` ![image](https://github.com/uiwjs/react-baidu-map/assets/1291756/4de25dcb-8991-4521-aff4-c985f954fdae)

最近发现京东的昵称总是被修改为 jd_xxxxxxxxxxxxx 这样子的名字,不知道是哪个脚本修改了?