You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using RNLocation.subscribeToLocationUpdates working very well in Xcode 11.2.1 iOS 13.3 MacOS 10.15.4
after some days. I am update the OS and run build in Xcode 12.0 IOS 14 MacOS Version 10.15.6 getting location once and it is not giving me updated location
it is being called once after start after that It do not called
RNLocation.subscribeToLocationUpdates((locations) => { // this give me locations one time only, })
can you please help me guys
The text was updated successfully, but these errors were encountered:
for me it worked on IOS real device but not working on simulator
means in release mode install application on device and then unplug device from computer/mac then test it
I was using
RNLocation.subscribeToLocationUpdates
working very well in Xcode 11.2.1 iOS 13.3 MacOS 10.15.4after some days. I am update the OS and run build in Xcode 12.0 IOS 14 MacOS Version 10.15.6 getting location once and it is not giving me updated location
it is being called once after start after that It do not called
RNLocation.subscribeToLocationUpdates((locations) => { // this give me locations one time only, })
can you please help me guys
The text was updated successfully, but these errors were encountered: