Android.mdx (Creating Plugins - Building an Android Plugin)

Summary: Minor change to end of the page.

Reviewed By: lblasa

Differential Revision: D36411616

fbshipit-source-id: 2792144d89bd657c457b8f5ff685d200c5f8c946
This commit is contained in:
Kevin Strider
2022-05-17 08:46:47 -07:00
committed by Facebook GitHub Bot
parent 810e5840c6
commit 47c1b7e464

View File

@@ -96,5 +96,4 @@ flipperClient.start()
## Next step ## Next step
When starting your application, Flipper tells the desktop application about the plugin it supports (including 'Sea-mammals') and looks for a corresponding JavaScript plugin by that name. When starting your application, Flipper tells the desktop application about the plugin it supports (including 'Sea-mammals') and looks for a corresponding [JavaScript plugin](javascript.mdx) by that name.
The next step is to [build that JavaScript plugin](javascript.mdx).