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

App crashes on real device (iOS only) for some routes with precision={'high'} #204

Open
nicolasdevienne opened this issue Aug 29, 2022 · 2 comments

Comments

@nicolasdevienne
Copy link

I noticed for some routes, app crashes on real device (it works on simulator) if precision={'high'}

For exemple :
<MapViewDirections origin={{ latitude: 48.853617, longitude: 2.766628 }} destination={{ latitude: 24.3204765, longitude: 54.5037428 }} precision={'high'} />

If I remove the parameter, it works on real device.

This issue is only for iOS (for Android it's OK).

@cdcHub
Copy link

cdcHub commented Jan 26, 2024

@nicolasdevienne same here, how do you handle it?

@nicolasdevienne
Copy link
Author

@nicolasdevienne same here, how do you handle it?

Hi @cdcHub! Don't use 'high' from precision...

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

2 participants