UNPKG

@lad-tech/keyboard-aware

Version:

React Native components library focused on usability, accessibility and developer experience

35 lines 824 B
{ "name": "@lad-tech/keyboard-aware", "version": "7.36.0", "description": "React Native components library focused on usability, accessibility and developer experience", "main": "index.ts", "keywords": [ "mobydick", "lad-tech", "keyboard-aware", "react-native" ], "files": [ "src", "index.ts" ], "repository": { "type": "git", "url": "https://github.com/lad-tech/mobydick.git", "directory": "packages/keyboardAware" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Kirill Lebedev <lebedevki@lad24.ru>", "license": "MIT", "peerDependencies": { "react": ">=17.0.2", "react-native": ">=0.66.4" } }