【发布时间】:2016-02-23 08:05:44
【问题描述】:
我最近将我的 React Native 从 0.15 升级到 0.18
现在当我运行应用程序时,它会给出以下错误。
Invalid prop `backgroundColor` supplied to `StyleSheet mainContainer`.
StyleSheet mainContainer: {
"justifyContent": "center",
"alignItems": "center",
"flexDirection": "row",
"backgroundColor": "#fffffff",
"marginBottom": -1
}
这是什么原因造成的?
【问题讨论】:
标签: css react-native