ios.mdx (Creating Plugins - Building an iOS Plugin)

Summary: Minor change to end of the page.

Reviewed By: passy

Differential Revision: D36411396

fbshipit-source-id: 204bfb54a4f36e5472fa164daeed3f106abe22a8
This commit is contained in:
Kevin Strider
2022-05-17 08:47:23 -07:00
committed by Facebook GitHub Bot
parent 47c1b7e464
commit f31011fd6c

View File

@@ -83,7 +83,6 @@ client?.add(SeaMammalsPlugin(MarineMammal.defaultList))
client?.start()
```
## Next step
## What next?
When starting your application, Flipper tells the desktop application about the plugin it supports (including 'Sea-mammals'), looks for a corresponding JavaScript plugin by that name.
Before building it's JavaScript counterpart, the next step in the tutorial is [Building a Plugin in Android](android.mdx).
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 the same name.