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-tic-tac-toe
Experimental feature!
Flipper can run plugins in a headless mode - expose their API over the wire. This is an example of how it might look like.
Quick start
- Clone Flipper repo
- Navigate to
/desktopfolder. - Run
yarn - Run
yarn flipper-server - Start you mobile device (or any other device that supports Flipper).
- Open your app that supports "ReactNativeTicTacToe" plugin (for instance, React Native Example app).
- In a different terminal window, navigate to
/desktop/examples/headless-demo - Run
yarn - Run
yarn start