const barStyle = {
backgroundColor: 'red'
}The barStyle.backgroundColor is successfully applied.
const barStyle = {
backgroundColor: 'red'
}The barStyle.backgroundColor fails to apply.
npm i
npm start &
npm run androidAnd 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
