nativescript-geolocation icon indicating copy to clipboard operation
nativescript-geolocation copied to clipboard

Nativescript 8 - TypeError: Cannot read property 'high' of undefined

Open cristiandaulisio opened this issue 3 years ago • 4 comments

With nativescript 8 i receive this error because Accuracy.high is now in CoreTypes of @nativescript/core.

cristiandaulisio avatar May 28 '21 16:05 cristiandaulisio

Hi @Atomico001 , try using "CoreTypes.Accuracy.high" instead "Accuracy.high"

MCorzo avatar May 29 '21 16:05 MCorzo

Hi, thanks for answer. I did on my code, but is the plugin that have accuracy.high

cristiandaulisio avatar May 29 '21 17:05 cristiandaulisio

@Atomico001 do you found a way to use this plugin in NS8 ?? I have many bugs, so I can't upgrade my project to NS8

MCorzo avatar May 29 '21 18:05 MCorzo

Guys, use @nativescript/geolocation with Nativescript 8 instead of this package. And mind MCorzo's comment.

PlayNext avatar Jul 08 '21 08:07 PlayNext