Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Feb 13, 2023
1 parent 6277dfa commit 78f30d6
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

react-native 高德地图组件,使用最新 3D SDK,支持 Android + iOS,受 [react-native-maps](https://github.com/airbnb/react-native-maps) 启发,提供功能丰富且易用的接口。

[接口文档](https://qiuxiang.github.io/react-native-amap3d/api/)

相关项目推荐:

- [react-native-baidumap-sdk(百度地图 SDK)](https://github.com/qiuxiang/react-native-baidumap-sdk)
Expand Down Expand Up @@ -172,19 +174,6 @@ const markers = Array(1000)
参考 [example](https://github.com/qiuxiang/react-native-amap3d/tree/master/example-app)。
#### Android
```bash
npm run android
```
#### iOS
```bash
cd ios && pod install && cd ..
npm run ios
```
## 常见问题
- 尽量使用真实设备进行测试,在模拟器可能存在一些问题(常见的是 Android 模拟器因为缺少 GPU 加速而导致闪退)。
Expand Down

0 comments on commit 78f30d6

Please sign in to comment.