Summary: Make headless-tic-tac-toe executable and configure packaging Reviewed By: lblasa Differential Revision: D36589422 fbshipit-source-id: d8b141033434265e4f14b9a047d3bccde8fad14b
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