birkir / react-native-carplay

CarPlay with React Native
https://birkir.dev/react-native-carplay/
MIT License
642 stars 107 forks source link

How to add background, progress bar and custom component like map template? #93

Closed mustafakameldev closed 1 year ago

mustafakameldev commented 2 years ago

How to add a background for a template, change font size, progress bar, and custom components?

birkir commented 2 years ago

You cannot, these are just pre-defined templates from Apple not your own rendering.

Only renderer allowed is in the MapTemplate, and is allowed for Map only, nothing else. But you can still render stuff there :)