-
### 🐛 Question description [Please make everyone to understand it]
### 💻 Link to minimal reproduction
```tsx
import AMapLoader from '@amap/amap-jsapi-loader';
import { CustomControl, LarkMap, …
-
### react-amap version
1.2.2
### OS/Browers version
### Reproduction Link
https://codepen.io/giggle/pen/jzOpRB
### Steps to reproduce
### What is Expected?
### What is actual…
-
marker.moveTo(new AMap.LngLat(116, 38), 200);
marker.moveAlong([new AMap.LngLat(116, 38)], 200);
-
另外,现在这个在ios10还没有跑起来,直接就退出了
-
## 使用react-native-amap
库文件 遇到这样子的crash情况 请求author 略加指点
> FATAL EXCEPTION: main
Process: com.asiainfo.channelmanager, PID:…
-
+ 我已经搜索过 issue,没有类似的问题,或者类似的问题仍然没有解决方案。
+ 我已经搜索过[文档](https://elemefe.github.io/react-amap/articles/start),并且仍然没有找到解决方案。
+ 我写了个问题重现的例子,链接或者代码将会贴在下面。
#### 问题描述
在首次渲染Markers组件的时候传入了一批点,然后通过click事…
-
这有点鸡肋!!!!!
-
# 在map组件中, 设置主题mapStyle 为 blue_night 控制台报错, 只有不设置的时候才会显示正常, 但是之前项目中,是依靠其他主题来做的, 现在不好使了
# 现在这个项目还有人维护吗
mazhy updated
4 years ago
-
**问题**:项目集成react-native-amap3d和后,打包发布到app store,没报错,但在发布页面构建版本一直没有看到,也没有看到app store回复的消息
![image](https://user-images.githubusercontent.com/9338052/133383021-eac52180-4ad2-4962-b1a0-876319d15b99.png)…
-
```jsx
import { Platform } from 'react-native';
import AMapGeolocation from '@uiw/react-native-amap-geolocation';
let apiKey = '';
if (Platform.OS === 'ios') {
apiKey = '用于 iOS 的 apiKey';
…