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:
committed by
Facebook GitHub Bot
parent
47c1b7e464
commit
f31011fd6c
@@ -83,7 +83,6 @@ client?.add(SeaMammalsPlugin(MarineMammal.defaultList))
|
|||||||
client?.start()
|
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.
|
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.
|
||||||
Before building it's JavaScript counterpart, the next step in the tutorial is [Building a Plugin in Android](android.mdx).
|
|
||||||
|
|||||||
Reference in New Issue
Block a user