From d1d570268a4f3fcccb6b73a88afaaf7f0dcb68ed Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sun, 18 Jun 2017 14:35:42 -0700 Subject: [PATCH] Add note about React Dev Tools to Style guide --- docs/guides/style.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/guides/style.md b/docs/guides/style.md index 5528fdd8..397a78f9 100644 --- a/docs/guides/style.md +++ b/docs/guides/style.md @@ -225,7 +225,8 @@ User Agent styles from (pseudo-)elements beyond the reach of React (e.g., `html`, `body`) or inline styles (e.g., `::-moz-focus-inner`). The rest is handled at the component-level. -### What about using DevTools? +### What about using Dev Tools? -It's recommended that you rely more on React DevTools and live/hot-reloading -rather than inspecting and editing the DOM directly. +React Dev Tools supports inspecting and editing of React Native styles. It's +recommended that you rely more on React Dev Tools and live/hot-reloading rather +than inspecting and editing the DOM directly.