docs: cross linking from features to setup

Summary: linking from feature page to setup instructions.

Reviewed By: jknoxville

Differential Revision: D15148032

fbshipit-source-id: 66dd2ca07a04d3ac1fb53ad95e91e6d8beb69706
This commit is contained in:
Daniel Büchele
2019-04-30 09:06:43 -07:00
committed by Facebook Github Bot
parent 478ea1c157
commit 79622ac19d
6 changed files with 12 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ id: layout-plugin
title: Layout Inspector
---
→ [See setup instructions for the Layout Inspector](setup/layout-plugin.md)
The Layout Inspector in Flipper is useful for a ton of different debugging scenarios. First of all, you can inspect what views the hierarchy is made up of as well as what properties each view has. This is incredibly useful when debugging issues with your product.
The Layout tab supports [Litho](https://fblitho.com) and [ComponentKit](https://componentkit.org) components as well. We integrate with these frameworks to present components in the hierarchy just as if they were native views. We show you all the layout properties, props, and state of the components. The layout inspector is further extensible to support other UI frameworks.