nativescript-videoplayer

v5.0.1
A NativeScript plugin that uses the native video players to play local and remote videos.
NativeScript Android iOS TypeScript video video player movie

tsc

tsc -skipLibCheck

build

npm i && ts-patch install && tsc

tslint

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

ci.tslint

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

demo.ios

npm run build && cd ../demo && tns run ios --no-hmr

demo.android

npm run build && cd ../demo && tns run android --no-hmr

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-videoplayer
npm i nativescript-videoplayer

Metadata

  • MIT
  • Whatever
  • Brad Martin
  • released 9/23/2020

Downloads