Summary: There were 3 pages describing how to obtain a plugin instance, public, ios and android. iOS didn't differ from the public one, and android only in the fact that internally DI is available. So combined the pages with just an optional section for DI inside FB on Android. Reviewed By: jknoxville Differential Revision: D25588057 fbshipit-source-id: 3a54ae699130a4c5ba018220708f844a35a8d6a9
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
---
|
|
id: send-data
|
|
title: Providing Data to Plugins
|
|
---
|
|
|
|
import {Redirect} from '@docusaurus/router';
|
|
|
|
<Redirect to="/docs/extending/create-plugin#using-a-plugin-instance-to-send-data" />
|