UNPKG

use-detect-keyboard-open

Version:

a tiny React hook which allows you to track state of open/close soft keyboard in mobile

54 lines (53 loc) 1.33 kB
{ "name": "use-detect-keyboard-open", "version": "0.4.0", "description": "a tiny React hook which allows you to track state of open/close soft keyboard in mobile", "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": { "start": "webpack --watch", "build": "webpack", "dev": "webpack-dev-server --env testServer --mode development --open", "prepublishOnly": "npm run build" }, "peer Dependencies": { "react": "^17.0.0" }, "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.5", "copy-webpack-plugin": "^7.0.0", "typescript": "^4.2.2", "webpack": "^5.24.1", "webpack-cli": "^4.5.0" }, "keywords": [ "react", "hooks", "hook", "react-hooks", "keyboard", "resize", "soft-keyboard", "sizes", "typescript", "responsive" ], "author": "straxico", "repository": { "type": "git", "url": "git+https://github.com/straxico/use-detect-keyboard-open.git" }, "license": "MIT", "files": [ "build/", "README.md" ], "bugs": { "url": "https://github.com/straxico/use-detect-keyboard-open/issues" }, "homepage": "https://github.com/straxico/use-detect-keyboard-open#readme" }