Primary Changes the Top and Bottom navigation bars, but it does not change the "android:navigationBarColor" which sits below the bottom navigation bar and it is not defined in the app theme. 

Thank you for pointing this out, this color should be changeable is Theme.js as well, please try to change the following:

statusBar: '',
  • 745