Tic-tac-toe Flipper desktop plugin implementation for the terminal
npm install flipper-headless-tic-tac-toeExperimental 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.
0. Clone Flipper repo
0. Navigate to /desktop folder.
0. Run yarn
0. Run yarn flipper-server
0. Start you mobile device (or any other device that supports Flipper).
0. Open your app that supports "ReactNativeTicTacToe" plugin (for instance, React Native Example app).
0. In a different terminal window, navigate to /desktop/examples/headless-demo
0. Run yarn
0. Run yarn start