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.
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.
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.