Update link to FlipperLib

Reviewed By: passy

Differential Revision: D41027669

fbshipit-source-id: c890f04241ebb5e6721c15bde028b50547847b50
This commit is contained in:
Andrey Goncharov
2022-11-07 07:37:39 -08:00
committed by Facebook GitHub Bot
parent 7e9166137c
commit a39ffb1c5f

View File

@@ -1075,7 +1075,7 @@ Example:
getFlipperLib().writeTextToClipboard("hello from Flipper");
```
The full set of utilities is listed in [FlipperLib.tsx](https://github.com/facebook/flipper/blob/main/desktop/flipper-plugin/src/plugin/FlipperLib.tsx#L94).
The full set of utilities is listed in [FlipperLib.tsx](https://github.com/facebook/flipper/blob/main/desktop/flipper-plugin-core/src/plugin/FlipperLib.tsx#L95).
Since the Node.js system API's cannot be used directly by Flipper plugins (when running in a browser), the utilties exposed on `getFlipperLib().remoteServerContext` should be used instead, as detailed in [Using Node.js APIs](node-apis.mdx).