You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a setup using Edge-to-Edge config. The background bar and activeIndicatorColor adjust to the dynamic theming, but the text and icon colors are still using activeTintColor. I traced it back to using the default value from @react-navigation, and I was wondering if there was a way to ignore the value that the theme provider and use the Android phone's native styling just like it does for the background.
Also, is there a way to see the bar update when a user toggles the color scheme between dark/light. I find I have to close and re-open the app to see the styles update.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a setup using Edge-to-Edge config. The background bar and activeIndicatorColor adjust to the dynamic theming, but the text and icon colors are still using
activeTintColor
. I traced it back to using the default value from@react-navigation
, and I was wondering if there was a way to ignore the value that the theme provider and use the Android phone's native styling just like it does for the background.Also, is there a way to see the bar update when a user toggles the color scheme between dark/light. I find I have to close and re-open the app to see the styles update.
Beta Was this translation helpful? Give feedback.
All reactions