nativescript-iqkeyboardmanager

v1.5.1
NativeScript wrapper of the popular IQKeyboardManager iOS library
NativeScript

build

npm i && tsc

demo.ios

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

demo.ios.device

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

demo.android

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

setup

npm run build && cd ../demo && npm i

setupandinstall

npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src

tslint

tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'

tslint.demo

tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'

ci.tslint

npm run tslint && npm run tslint.demo

prepublishOnly

npm run build

development.setup

npm run setup && npm link && cd ../demo && npm link nativescript-iqkeyboardmanager && cd ../src
npm i nativescript-iqkeyboardmanager

Metadata

  • MIT
  • Whatever
  • TJ VanToll
  • released 5/28/2019

Downloads