@nstudio/nativescript-pulltorefresh

v3.0.2
A NativeScript plugin to provide the Pull to Refresh control on any view.
NativeScript native script Pull Refresh SwipeRefreshLayout Material Design UIRefreshControl android ios and 2 more...

tsc

tsc -skipLibCheck

build

npm i && ts-patch install && tsc

test.android

npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch

test.ios

npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch

tslint

cd .. && tslint "**/*.ts" --config tslint.json --exclude "**/node_modules/**" --exclude "*demo*/platforms/**"

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/**' --exclude '**/typings/**'

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!'

make-changelog

cd ../ && github_changelog_generator -u nstudio -p nativescript-pulltorefresh --token
npm i @nstudio/nativescript-pulltorefresh

Metadata

  • MIT
  • Whatever
  • Brad Martin
  • released 6/24/2021

Downloads