#SensorWear
This app is alarm system, which made around android wear device and android mobile handheld.
I think it's a great feature for my useless android wear device, isn't it?
git clone https://github.com/bevkoski/react-native-android-wear-demo.git
cd SensorWear
yarn
or npm install
react-native start
- Start Android Studio
- Choose "Open an existing Android Studio project"
- Select the
/SensorWear/android
folder
- Connect your Android phone via USB
- Select the
app
module as a run configuration - Run the
app
module - Select your phone from the available connected devices
If you get one of the following error messages:
Could not connect to development server.
Could not get BatchedBridge, make sure your bundle is packaged properly.
Try executing adb reverse tcp:8081 tcp:8081
from the command line and reloading the app.
- Connect your Android watch via USB
- Select the
sensor
module as a run configuration - Run the
sensor
module - Select your watch from the available connected devices