nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 697 forks source link

iOS RN0.59 app crashes when rendering lines #1589

Closed aprilzero closed 5 years ago

aprilzero commented 5 years ago

We've been on RN0.57 and things were working fine.

On upgrading to 0.59, the app ends up crashing instantly when rendering the map, which has some lines on it.

Same code worked fine on 0.57 though and only the version has been changed, so I think it is some incompatibility with the react native upgrade. Is this a known issue or is anyone else running into this?

The error is something about linecap.. image

dorthwein commented 5 years ago

getting this as well

dorthwein commented 5 years ago

For me, if I remove lineJoin: "round" from my style props, line string works as expected