homeeondemand / react-native-mapbox-navigation

A navigation UI ready to drop into your React Native application
MIT License
162 stars 123 forks source link

Allow custom bottom banner for Navigation #14

Open LowBudgetMan opened 3 years ago

LowBudgetMan commented 3 years ago

Hello! I was curious if it was possible to allow for custom banners on the MapBox screen. We were looking to change the style of the arrival time, distance, etc. and it doesn't seem there is any such property exposed. We found a (really gross) way to display our own bottom banner that involves position: 'absolute' but it would be much better if there was a prop instead.

rossmartin commented 3 years ago

This hasn't been prioritized but might be added in the future. The challenge is keeping it consistent between the platforms. You're welcome to submit a PR.