UNPKG

react-native-keyboard-accessory-forked

Version:

A forked version of React Native Keyboard Accessory with a couple fixes specific to our use.

48 lines (47 loc) 1.2 kB
{ "name": "react-native-keyboard-accessory-forked", "version": "0.2.1", "description": "A forked version of React Native Keyboard Accessory with a couple fixes specific to our use.", "author": { "name": "Arda Oğulcan Pektaş, Jeremy Dunn", "email": "ardaogulcan@gmail.com" }, "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/newshipt/react-native-keyboard-accessory.git" }, "bugs": { "url": "https://github.com/newshipt/react-native-keyboard-accessory/issues" }, "homepage": "https://github.com/newshipt/react-native-keyboard-accessory.git", "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" } }