birkir / react-native-carplay

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

Fix DayTime Color Issues #98

Closed princekurt closed 1 year ago

princekurt commented 2 years ago

When switching between lightmode and dark mode, there is an error with the coloration of the symbols and navigation panel colors.

With this pull request, I have created some defaults, as well as added a new function that will generate a dynamic image. Small caveat is that if you resize a dynamic image, it will lose the tint that was given to it. So I have moved the resize to first, then the coloration next.

Before:

image

After: Image from iOS (1) Image from iOS