mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-28 16:45:17 +00:00
Add note about React Dev Tools to Style guide
This commit is contained in:
@@ -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
|
`html`, `body`) or inline styles (e.g., `::-moz-focus-inner`). The rest is
|
||||||
handled at the component-level.
|
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
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user