Summary: This updates minor and patch level dependencies. Frustratingly, I had to revert a bunch of changes in that version range that still caused incompatibilities and test failures. If I find time, I'll dig a bit deeper. Reviewed By: ivanmisuno Differential Revision: D48433210 fbshipit-source-id: 9ab12e774c1992d4f22cc1428d34f102ce820b75
headless-demo
Experimental feature!
Flipper can run plugins in a headless mode - expose their API over the wire. This is a simple example of how it might look like.
Quick start
- Run
yarnfrom this repo to install dependencies - Start Flipper Server: from
desktopfolder runyarn flipper-server - Start an Android device
- Run
yarn startfrom this repo
What happens under the hood
- This script connects to Flipper via WebSockets
- It fetches a list of devices
- It fetches a list of available headless plugins for the Android device
- It activates
headless-demoplugin - It sends
incrementcommand to the plugin