birkir / react-native-carplay

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

Style options to change UI colors, center elements, etc. #70

Closed jqn closed 2 years ago

jqn commented 2 years ago

So far I started understanding how this library works and even though I tried to figure out how to check the color of the Grid template title background color, like in the image I can't seem to be able to figure it out. I can try and make the change in the native code if this doesn't work at the moment. Please look at the attached screenshot. I would like to either make the background transparent or at least change the blue color on the title to a different color.

Screen Shot 2021-11-06 at 9 34 16 AM
tomdye commented 2 years ago

that blue colour is the focused colour as it's the only grid item and it's currently focused. It's an OS level theme so not something you can change or have any control over.

jqn commented 2 years ago

Thanks a lot, @tomdye. Best. Closing this issue.