0.0.4 • Published 9 years ago
phone-touch v0.0.4
PhoneTouch WIP
Shows touch panel on your phone with actions depending on active app on your laptop/desktop.
At this time only linux supported.
Supported apps
- Chrome;
- Intellij Idea;
- VLC;
- Netflix;
- Pulseaudio (require pactl);
- Players like spotify (works better with playerctl).
Installation
Install and run desktop client:
npm install -g phone-touch
phone-touchFor Android: install apk from releases page.
For iOS: you need to manually build app, for more information see next section.
Development
Desktop
Install dependencies:
npm installRun server:
npm startMobile
Install react-native:
npm install -g react-native-cliInstall js dependencies:
npm installRun packer:
react-native startRun app on phone:
react-native run-android
react-native run-ios