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

Commit a70d02c

Browse files
committed
update screens
1 parent 830985f commit a70d02c

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

screens/android_refresh.gif

21.6 KB
Loading

screens/android_refresh.png

97.1 KB
Loading

screens/ios_refresh.gif

1.19 MB
Loading

src/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"setup": "npm i && tsc && cd ../demo && npm i && tsc",
2626
"demo.ios": "cd ../demo && tns run ios",
2727
"demo.android": "cd ../demo && tns run android",
28+
"publish": "cd ../publish && ./publish.sh",
2829
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
2930
"development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-pulltorefresh && cd ../src",
3031
"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!'",

0 commit comments

Comments
 (0)