From d3430e067f596425efb7f45a0a4e62a260ccf107 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Fri, 22 Jan 2021 09:12:30 -0800 Subject: [PATCH] Documented analysing plugins Reviewed By: passy Differential Revision: D26019044 fbshipit-source-id: f60e9bcbcc4fce0f741b6778d4bbc1e9efbb353a --- docs/extending/flipper-plugin.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/extending/flipper-plugin.mdx b/docs/extending/flipper-plugin.mdx index 415024141..aca1f174c 100644 --- a/docs/extending/flipper-plugin.mdx +++ b/docs/extending/flipper-plugin.mdx @@ -439,9 +439,13 @@ See `View > Flipper Style Guide` inside the Flipper application for more details An element that can be used to provide a New User eXperience: Hints that give a one time introduction to new features to the current user. See `View > Flipper Style Guide` inside the Flipper application for more details. + + ### Tracked -An element that can be used to track user interactions. +An element that can be used to track user interactions. +An example scuba query can be found [here](https://fburl.com/scuba/infinity_analytics_events/xryoq5j7). + See `View > Flipper Style Guide` inside the Flipper application for more details. ### TrackingScope @@ -453,6 +457,8 @@ See `View > Flipper Style Guide` inside the Flipper application for more details Higher order component that wraps a component automatically in a [`TrackingScope`](#TrackingScope) using the component name as `scope`. + + ### theme object Provides a standard set of colors and spacings, used by the Flipper style guide.