Documented analysing plugins

Reviewed By: passy

Differential Revision: D26019044

fbshipit-source-id: f60e9bcbcc4fce0f741b6778d4bbc1e9efbb353a
This commit is contained in:
Michel Weststrate
2021-01-22 09:12:30 -08:00
committed by Facebook GitHub Bot
parent bae78480ac
commit d3430e067f

View File

@@ -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.
<FbInternalOnly>
### 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`.
</FbInternalOnly>
### theme object
Provides a standard set of colors and spacings, used by the Flipper style guide.