enji_song
enji_song
> 同样的问题,我尝试上传30秒的视频 Did you solve this problem later > same issue, I tried to upload 30 sec video Did you solve this problem later
> I have tried rn-fetch-blob library instead and it work for me RNFetchBlob.fs.readStream?
> 不能并发,同一时间只能有一个请求 我在一个页面的生命周期里调用里逆编码,一秒钟之内近两次这个页面,第二次就会请求失败? 我该怎么处理这种情况/
> 因为返回的是 promise,你可以 await this.setState({detail: data, isLoading: false}, async ()=>{ const {location} = data const {latitude,longitude} = location const reverseResult = await Geocode.reverse({ latitude, longitude }) this.setState({address:reverseResult.address}) } );
> 因为返回的是 promise,你可以 await 经纬度返回的这种数据5e-324,是哪里出了错呢?
对的,获取位置权限 宋恩骥 邮箱:[email protected] 签名由 网易邮箱大师 定制 在2018年11月09日 10:51,PL-SQL 写道: 5e-324 是不是权限 —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute...
因为没有拿到经纬度 宋恩骥 邮箱:[email protected] 签名由 网易邮箱大师 定制 在2018年11月09日 11:01,enji_song 写道: 对的,获取位置权限 宋恩骥 邮箱:[email protected] 签名由 网易邮箱大师 定制 在2018年11月09日 10:51,PL-SQL 写道: 5e-324 是不是权限 —You are receiving this because you authored the thread.Reply to...
你找到解决方案了吗?