@nativescript/shared-notification-delegate

v1.0.0
Shared delegate helper for iOS.
NativeScript JavaScript TypeScript iOS

tsc

tsc

build

npm run tsc

clean

npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i && ts-patch install

tslint

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

prepack

npm run build

demo.ios

npm run tsc && cd ../demo && tns run ios --syncAllFiles --emulator

test.ios

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

ci.tslint

npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'

postclone

npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src

demo.reset

cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json

demo.android

npm run tsc && cd ../demo && tns run android --syncAllFiles --emulator

test.android

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

plugin.prepare

npm run build && cd ../demo && tns plugin remove nativescript-shared-notification-delegate && tns plugin add ../src

plugin.tscwatch

npm run tsc -- -w
npm i @nativescript/[email protected]

Metadata

Downloads