BottomNavigation barStyle.backgroundColor bug reproduction

3.0.0-alpha.5

const barStyle = {
  backgroundColor: 'red'
}

The barStyle.backgroundColor is successfully applied.

3.0.0-alpha.7

const barStyle = {
  backgroundColor: 'red'
}

The barStyle.backgroundColor fails to apply.

Reproduction steps

npm i
npm start &
npm run android

And to switch to version:

npm i --save-exact react-native-paper@3.0.0-alpha.5
npm i --save-exact react-native-paper@3.0.0-alpha.7