@nstudio/nativescript-snackbar

v2.1.0
A NativeScript plugin for the Material Design SnackBar.
NativeScript JavaScript TypeScript snackbar android ios material design

tsc

tsc -skipLibCheck

build

npm i && ts-patch install && tsc

build.native

node scripts/build-native.js

tslint

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

demo.ios

npm run build && cd ../demo && tns run ios

demo.android

npm run build && cd ../demo && tns run android

demo.ng.ios

npm run build && cd ../demo-angular && tns run ios --env.aot

demo.ng.android

npm run build && cd ../demo-angular && tns run android --env.aot

demo.vue.ios

npm run build && cd ../demo-vue && tns run ios

demo.vue.android

npm run build && cd ../demo-vue && tns run android

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

prepack

npm run build.native

make-changelog

cd ../ && github_changelog_generator -u nstudio -p nativescript-snackbar --token=<TOKEN>
npm i @nstudio/nativescript-snackbar

Metadata

Downloads