react-native-maps-directions icon indicating copy to clipboard operation
react-native-maps-directions copied to clipboard

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

Open nicolasdevienne opened this issue 2 years ago • 2 comments

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).

nicolasdevienne avatar Aug 29 '22 10:08 nicolasdevienne

@nicolasdevienne same here, how do you handle it?

cdcHub avatar Jan 26 '24 17:01 cdcHub

@nicolasdevienne same here, how do you handle it?

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

nicolasdevienne avatar Jan 30 '24 09:01 nicolasdevienne