Skip to content

优化polyline点击,js端不稳定,开始是有,后来是一点也没有了。

7c00请求将github/fork/scottzhang/master合并到master

Created by: scottzhang

  1. polyline点击,js端不稳定,开始是有,后来是一点也没有了。参考mark把onPress映射为onAMapPress,这个事件…
  2. Marker,tsc编译过不去,少了成员声明
  3. tsc编译,不知道为什么以前tsconfig.json只有index.tsx就生成了index.js,我没办法把所有的文件都列进去了。

编译react-native-amap3d报错 ../@types/reach__router/index.d.ts(14,49): error TS2304: Cannot find name 'Window'. 直接修改@types/react-native/global.d.ts加入Window的声明 interface Window { location: any; }

合并请求报告