JS custom UI tutorial

Summary:
- Adding tutorial for custom JS UI
- optimizing screenshots
- fixing overlapping screenshots on landing page

Reviewed By: jknoxville

Differential Revision: D15198105

fbshipit-source-id: db53403b84a2c422650a4f80e959dad6e984d274
This commit is contained in:
Pascal Hartig
2019-05-03 10:15:12 -07:00
committed by Facebook Github Bot
parent 1afece19e7
commit 531b5e850c
10 changed files with 168 additions and 16 deletions

View File

@@ -4,9 +4,9 @@ title: Showing a table
---
Now that we have the native side covered, let's display the data we're sending
on the desktop side.
on the desktop side.
<img align="right" src="/docs/assets/android-tutorial-desktop.png" alt="Android Tutorial App" width="400">
![Android Tutorial App](assets/android-tutorial-desktop.png)
## Dynamic Plugin loading
@@ -201,4 +201,4 @@ the stuff you see on screen.
For many cases, this is already all you need. However,
sometimes you want to go the extra mile and want
to build something a bit more custom. That's what
we're going to do in the next part of our tutorial.
we're going to do in the next part of our tutorial.