Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 868 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 868 Bytes

Run Demo

git clone https://github.com/nativescript-community/ui-pulltorefresh.git
cd nativescript-pulltorefresh/src
npm run setup

npm run demo.ios

// or...

npm run demo.android

Development Workflow

  • Run npm run demo.ios or npm run demo.android
  • Make changes to plugin src directory or the demo app and HMR (webpack NS work flow) should sync changes.

Submitting Pull Requests

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

Submitting bug reports

  • Please detail the affected platform and version
  • Please be sure to state which version of node, npm, and NativeScript you're using