How to change background color of software home/back buttons on Android?

Viewed 3612

Many Android devices use software home/back buttons at the bottom of the screen. Various apps change the color of those buttons to better match the app color theme.

How can these colors be changed in React Native? (Preferably programmatically, so light and dark screens could use different button colors.)

Examples from Samsung Galaxy S10:

Teams:

Android software buttons in Teams

Slack 1st screen:

Android software buttons in Slack

Slack 2nd screen:

enter image description here

1 Answers
Related