features docs

Summary:
Remove reference to limitation of an API to a particular platform or app.

We show in Flipper whether the plugin is compatible or not. For example, if an iOS device is connected, for plugins that don't support iOS, Flipper marks them as disabled and show a message.

Reviewed By: lblasa

Differential Revision: D36241811

fbshipit-source-id: 4f936279c8dd616fc95a4e6c3e149a0b74b98bd6
This commit is contained in:
Kevin Strider
2022-05-09 05:46:04 -07:00
committed by Facebook GitHub Bot
parent 1beae3230b
commit b38591a35c
2 changed files with 0 additions and 8 deletions

View File

@@ -1,9 +1,5 @@
import useBaseUrl from '@docusaurus/useBaseUrl';
:::note
This plugin is only available for Android.
:::
The Databases plugin provides Developers with read-write access to databases.
## Plugin functionality

View File

@@ -1,9 +1,5 @@
import useBaseUrl from '@docusaurus/useBaseUrl';
:::note
This plugin is only available for Android.
:::
The LeakCanary plugin provides Developers with Flipper support for [LeakCanary](https://github.com/square/leakcanary), an open source memory leak detection library.
Leaks detected by LeakCanary appear automatically in Flipper. Each leak displays a hierarchy of objects, beginning with the garbage collector root and ending at the leaked class.