Files
flipper/desktop/examples/headless-tic-tac-toe
Pascal Hartig 160b05a5bd Bump deps
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
2023-08-21 03:03:30 -07:00
..
2023-08-21 03:03:30 -07:00
2022-05-23 08:06:18 -07:00

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

  1. Clone Flipper repo
  2. Navigate to /desktop folder.
  3. Run yarn
  4. Run yarn flipper-server
  5. Start you mobile device (or any other device that supports Flipper).
  6. Open your app that supports "ReactNativeTicTacToe" plugin (for instance, React Native Example app).
  7. In a different terminal window, navigate to /desktop/examples/headless-demo
  8. Run yarn
  9. Run yarn start