Update public plugins location in docs
Summary: Updated docs after moving public plugins to "desktop/plugins/public". Additionally edited the pages related to plugins which were a bit outdated. Reviewed By: jknoxville Differential Revision: D27646670 fbshipit-source-id: 26499aff492db817156fecf20fa8358efc70ae8f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cce9483c09
commit
830e380127
@@ -139,7 +139,7 @@ export default createTablePlugin<Row>({
|
||||
buildRow,
|
||||
});
|
||||
```
|
||||
*See [index.tsx](https://github.com/facebook/flipper/blob/master/desktop/plugins/seamammals/src/index.tsx)*
|
||||
*See [index.tsx](https://github.com/facebook/flipper/blob/master/desktop/plugins/public/seamammals/src/index.tsx)*
|
||||
|
||||
The `method` we define here corresponds to the name
|
||||
of the function we call on the native side to inform
|
||||
|
||||
Reference in New Issue
Block a user