neozo
neozo
我也发现了这个问题
> > 熄屏后几分钟后,无法获取定位信息。查看了一下高德定位sdk的说明,应该是8.0以后的权限问题 > > 官方说明 > > https://lbs.amap.com/api/android-location-sdk/guide/utilities/permision_8 > > 朋友 你是怎么解决的 自己封装了一下sdk的接口
最后排查出来了,是pod的问题,Podfile 里生成的路径不对 修改Podfile ` pod 'react-native-amap-geolocation', :path => '../node_modules/react-native-amap-geolocation' ` 改为 ` pod 'react-native-amap-geolocation', :path => '../node_modules/react-native-amap-geolocation/lib/ios' ` 执行 `pod install` 搞定
the problem resovled, component ref use the same name with the component will make some error, but why?? `` well done `` error
1.0计划什么时候发布呢
我也遇到了这个问题,你解决了吗
I use eslint plugin "eslint-plugin-unused-imports" and have the same problem the eslint rules the problem