StephenGrider / rn-casts

Companion Repo for a React Native course on Udemy
https://www.udemy.com/the-complete-react-native-and-redux-course
865 stars 472 forks source link

update required by react-native-maps to get polylines to work. v0.27.… #68

Open haddeeann opened 3 years ago

haddeeann commented 3 years ago

Polylines weren't working for me with the version of react-native-maps that got installed. I googled a bit, and read that the version 0.27.1 worked and adding a line dash pattern option to the Polyline helped. I had to do both, I had to switch to the react-native-maps previous version and I had to add the dash pattern option to the Polyline tag.