flipper-headless-tic-tac-toe
v0.272.0
Published
Tic-tac-toe Flipper desktop plugin implementation for the terminal
Downloads
458
Readme
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
/desktop
folder. - 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