Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'HIGH_ACCURACY' of undefined #214

Open
alexbabu-eaton opened this issue Sep 7, 2023 · 0 comments
Open

Comments

@alexbabu-eaton
Copy link

alexbabu-eaton commented Sep 7, 2023

Got the fix actually but using the code which the library suggest is wrong, Posting it here just in case anyone is stuck because of it.

the code suggested by library :
const {HIGH_ACCURACY} = LocationEnabler.PRIORITIES;

Modified code :
const {HIGH_ACCURACY} = LocationEnabler.default.PRIORITIES;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant