Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
update screens
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Jul 17, 2019
1 parent 830985f commit a70d02c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Binary file modified screens/android_refresh.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/android_refresh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screens/ios_refresh.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"setup": "npm i && tsc && cd ../demo && npm i && tsc",
"demo.ios": "cd ../demo && tns run ios",
"demo.android": "cd ../demo && tns run android",
"publish": "cd ../publish && ./publish.sh",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
"development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-pulltorefresh && cd ../src",
"generate.typings.ios": "cd ../demo && TNS_DEBUG_METADATA_PATH=\"$(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\"$(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'",
Expand Down

0 comments on commit a70d02c

Please sign in to comment.