Mobile remote control for react-present.
Switch slides, view slide previews and notes from your 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.
A react-native app on the mobile device uses PubNub to communicate with the presentation running in a browser.
-
Follow native setup instructions
-
OR
-
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