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:
committed by
Facebook GitHub Bot
parent
1beae3230b
commit
b38591a35c
@@ -1,9 +1,5 @@
|
|||||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||||
|
|
||||||
:::note
|
|
||||||
This plugin is only available for Android.
|
|
||||||
:::
|
|
||||||
|
|
||||||
The Databases plugin provides Developers with read-write access to databases.
|
The Databases plugin provides Developers with read-write access to databases.
|
||||||
|
|
||||||
## Plugin functionality
|
## Plugin functionality
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
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.
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user