git clone https://github.com/bradmartin/nativescript-wear-os.git
cd nativescript-wear-os
npm run setup // you will see some TypeScript warnings, this is normal, you can ignore :)
npm run demo.android
- Make changes to plugin
- Make changes in demo to test out those changes
- Run
npm run demo.android
Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.
- Please rebase your branch against the current master
- Make reference to possible issues on PR comment
- Please detail the affected platform and version
- Please be sure to state which version of node, npm, and NativeScript you're using