Open nicolasdevienne opened 2 years ago
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'} />
<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 same here, how do you handle it?
Hi @cdcHub! Don't use 'high' from precision...
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).