Hossein Ahmadi
Hossein Ahmadi
same problem here. although the interval is 3 seconds I'm getting location every 20 seconds and it's weird. this result including when device is in motion
thanks for your response, same when device even in motion, however I solved the issue with java Timer class. whether Lost updates the location based on given interval or not...
Huawei Honor 8 and HTC Desire 616
for anyone experiencing this issue heres the temporary solution until the plugin fix : firstly I noticed that the 'id' that we have to pass to the plugin should be...
would you paste your code so I can see that ?
It seems that this library doesn't build with latest version of `react-native` it is working on version `0.66.1` but it fails in build when I update my react-native version to...
I'm facing this issue as well, and hiding the list when updating the data is not an option for me, so does anyone have a better solution to fix this...
if you pass all the events to the bottomsheet it works well although it isn't a clean approach but for now it fixes the problem. ` {}} onOpenEnd={this.sheetOpenEnd} onCloseStart={this.sheetCloseStart} onCloseEnd={():...