Add note about React Dev Tools to Style guide

This commit is contained in:
Nicolas Gallagher
2017-06-18 14:35:42 -07:00
parent 997c92f841
commit d1d570268a
+3 -2
View File
@@ -227,5 +227,6 @@ handled at the component-level.
### What about using Dev Tools? ### What about using Dev Tools?
It's recommended that you rely more on React DevTools and live/hot-reloading React Dev Tools supports inspecting and editing of React Native styles. It's
rather than inspecting and editing the DOM directly. recommended that you rely more on React Dev Tools and live/hot-reloading rather
than inspecting and editing the DOM directly.