Update docs to use package name as ID

Summary: We swtiched from using the name of the package as the ID which is used to identify a client plugin. These changes were not reflected correctly in our docs.

Reviewed By: jknoxville

Differential Revision: D14165439

fbshipit-source-id: 1cbb9c1723911f8fa4b7df19c631e6f260c81bd8
This commit is contained in:
Daniel Büchele
2019-02-21 09:36:41 -08:00
committed by Facebook Github Bot
parent 0279fc919f
commit 43157f974e
4 changed files with 4 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ sidebar_label: Mobile Setup
## Implement FlipperPlugin
Create a class implementing `FlipperPlugin`.
Create a class implementing `FlipperPlugin`. The ID that is returned from your implementation needs to match the `name` defined in your JavaScript counterpart's `package.json`.
### Android