Android App Set NavigationBarColor

Hi Alex T⚜️ 

In the UNA mobile app for Android the "NavigationBarColor" is not defined, please can you help me define this so that I can set it's color dynamically for light and dark mode. 

If I change it in styles.xml it remains the same color regardless of mode.

<item name="android:navigationBarColor"></item>

Defining it in theme.js  is not working for me either

const themeLight = {
    dark: false,
    iosBarStyle: 'light-content',
    android:navigationBarColor = '',
    colors: {

I'd like this code change with dark and light mode.

Can you help?

  • 1224
  • More
Replies (25)
    Login or Join to comment.