Display Google Directions steps

Hello,

I’m very new to this framework, and so far, I’m loving it. It’s great, simple and fast!

I’m developing a a simple app that shows a full screen map as the main view. The map has a set of markers, and when you click each marker, it will give you directions from your current location.

Everything is working fine, but I’m not sure what’s the best way to display the directions steps (the instruction texts). I’ve first tried to put it in the side menu. It works but it’s very ugly and uncomfortable to use.
Then I tried using an ActionSheet, this time it looks cooler, but I don’t like that it has a backdrop, and that each item is a button. I know this is not what ActionSheets are intended, I was just playing.

So, I need something like an ActionSheet but I need more control over the rendering.
What do you think? What’s the best way to handle this?

Thanks!

Hey @schoren I have the same issue, did you found anything useful? thank you