I recently upgraded my React Native from 0.15
to 0.18
Now when I run the app, it give the following error.
Invalid prop `backgroundColor` supplied to `StyleSheet mainContainer`.
StyleSheet mainContainer: {
"justifyContent": "center",
"alignItems": "center",
"flexDirection": "row",
"backgroundColor": "#fffffff",
"marginBottom": -1
}
What is causing this?