UNPKG

@james18/react-native-keyboard-accessory

Version:

A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.

45 lines (44 loc) 1.14 kB
{ "name": "@james18/react-native-keyboard-accessory", "version": "0.1.18", "description": "A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.", "scripts": { "start": "npm run build && node scripts/setup-example && cd example && npm install && npm start", "build": "node scripts/build" }, "repository": { "type": "git", "url": "git+https://github.com/thormengkheang/react-native-keyboard-accessory.git" }, "author": "Thor Mengkheang", "bugs": { "url": "https://github.com/thormengkheang/react-native-keyboard-accessory/issues" }, "homepage": "https://github.com/thormengkheang/react-native-keyboard-accessory#readme", "keywords": [ "react", "react-native", "keyboard-accessory", "keyboard", "ios", "android", "react-component" ], "tags": [ "react", "react-native", "react-component", "ios", "android" ], "license": "MIT", "main": "index.js", "peerDependencies": { "prop-types": ">= 15", "react": ">= 16", "react-native": ">= 0.46" }, "devDependencies": { "fs-extra": "^6.0.1" } }