react-native-web-community/react-native-web-maps

MapView.Polyline not working

Closed this issue · 2 comments

In my Android app it drawing the polyline but it not functioning in Web. I could not found any example even in that storybook. please can share an example. I'm stuck in middle :)

kopax commented

DId you try setting fome height or flex on your inner views?

You must implement like react-google-maps. You can check this example.

<MapView.Polyline path={coordinates} />