bramus / react-native-maps-directions

Directions Component for `react-native-maps`
MIT License
1.24k stars 196 forks source link

Direction line flickering #220

Closed lluisandreu closed 1 year ago

lluisandreu commented 1 year ago

Tested in Android, Xiaomi Redmi Note 9

Map direction line disappears when it recalculates causing a blink when the user location updates, that is ok when the route is different but it is also happening when the route is the same. Is there a way to optimize this?

https://github.com/bramus/react-native-maps-directions/assets/6339051/fc58efe2-fcd1-420a-9087-bb9382ce8705

Thanks.

lluisandreu commented 1 year ago

Sorry, I just saw the method "resetOnChange" and change it to false, it seems to work.