标签: debugging react-native styles
例如,可以在屏幕上以react-native调试样式吗?
console.log(styles.buttonBackground)// returns 140 console.log(styles.button.backgroundColor)// undefined
虽然它有背景。我使用反应原生的所有标准事物。 样式定义,调试器运行良好。但是我无法在调试中获得样式的值。
答案 0 :(得分:1)
您可以尝试使用react-devtools。
react-devtools
它将inspector的{{1}}与其react-native同步,以获取debug tool的值。
inspector
react-native
debug tool
提及相关详情here
答案 1 :(得分:0)
此外,如果您还想调试Redux,请尝试React Native Debugger
我已经写了一篇关于如何设置世博会的guide。