From 723bc52c38451c053c3db542ce4a9ac3379a33d5 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Fri, 17 Mar 2023 10:23:54 -0700 Subject: [PATCH] Update overview to include iOS Summary: ^ Reviewed By: aigoncharov Differential Revision: D44169429 fbshipit-source-id: 4e1b35f753e5cd390d6533f7b31d55f87a64b061 --- desktop/plugins/public/ui-debugger/docs/overview.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/desktop/plugins/public/ui-debugger/docs/overview.mdx b/desktop/plugins/public/ui-debugger/docs/overview.mdx index 83ca58456..5a21f8229 100644 --- a/desktop/plugins/public/ui-debugger/docs/overview.mdx +++ b/desktop/plugins/public/ui-debugger/docs/overview.mdx @@ -5,6 +5,10 @@ You can focus on a particular view or component from the context menu. Additiona You can inspect what views the hierarchy is made up of as well as what properties each view has; this is useful when debugging issues with your product. -We currently support Native android and [Litho](https://fblitho.com) components, it integrates with these frameworks to present components in the hierarchy just as if they were native views, exposing all the layout properties, props, and state of the components. +We currently support the following platforms and frameworks: +* Android and [Litho](https://fblitho.com) +* iOS and [ComponentKit](https://componentkit.org/) + +It integrates with these frameworks to present components in the hierarchy just as if they were native views, exposing all the layout properties, props, and state of the components. UIDebugger