Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.48 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.48 KB

react-present remote

Mobile remote control for react-present.

Switch slides, view slide previews and notes from your mobile device.

Screenshot

Pairing mobile device

The presentation browser and the remote device must both be connected to the internet for pairing. Press the space bar in the presentation browser to get a numeric pairing code. Enter the pairing code on the start page of the remote app and tap the screen.

How it works

A react-native app on the mobile device uses PubNub to communicate with the presentation running in a browser.

Development

  • Follow native setup instructions

  • android setup instructions

  • OR

  • iOS setup instructions

  • cd to /remote

  • Install dependencies

    npm i

  • Start emulator or connect device

    emulator -avd ...

    OR

    open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app

  • Run app in emulator or connected device

    react-native run-android