incubator-weex
incubator-weex copied to clipboard
[Android][iOS] Call native map
Describe the bug
I want to use the Gaud map in weex. The current plan is two
-
Introduce the amap component, the feedback is that there are many problems in amap, and I don't know whether it supports the trajectory
-
Call the native mobile component (activity, window), and switch between weex and native component. How does weex call native components
想在weex中使用高德地图。目前的方案是两个
- 引入amap组件,目前得到的回馈是amap问题比较多,不知道是否支持轨迹
- 而调用原生移动端组件(activity,window),weex与原生组件进行切换。请问weex如何调用原生组件