Add tutorial section and Android part

Summary:
JS is next. Screenshot on the intro page is really bad.
I hope danielbuechele can replace this. :)

Reviewed By: jknoxville

Differential Revision: D15184371

fbshipit-source-id: 2faaf46450d192ae400675c13b8d71fa1b7dab14
This commit is contained in:
Pascal Hartig
2019-05-03 10:15:11 -07:00
committed by Facebook Github Bot
parent f584eb05dd
commit 2b0e91aa69
7 changed files with 136 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class SeaMammalFlipperPlugin : FlipperPlugin {
override fun runInBackground(): Boolean = true
private fun newRow(row: FlipperObject) {
private fun newRow(row: FlipperObject) {
connection?.send("newRow", row)
}
}