是否有反应原生应用程序调试CSS?

问题描述:

在Chrome中调试css让生活变得简单。我正在开发一个反应原生应用程序。每次我做任何CSS更改,我必须刷新我的模拟器来检查它。有没有其他的解决方法呢?是否有反应原生应用程序调试CSS?

+1

这可能有所帮助,https://facebook.github.io/react-native/docs/debugging.html#react-developer-tools –

+0

你可能想试试这个。它也有一些很好的功能(如果)你需要使用redux https://github.com/jhen0409/react-native-debugger/releases – jaycee

可能最适合您的答案实际上就是我在我的评论中发布的内容。 Chrome使用react-devtools进行调试:https://facebook.github.io/react-native/docs/debugging.html#react-developer-tools

+0

正是我在找什么!谢谢 ! –