@react-native-ohos/react-native-keyboard-accessory
Version:
A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "@react-native-ohos/react-native-keyboard-accessory",
"version": "0.1.17-rc.1",
"description": "A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.",
"author": {
"name": "Arda Oğulcan Pektaş",
"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/react-native-oh-library/react-native-keyboard-accessory.git"
},
"bugs": {
"url": "https://github.com/react-native-oh-library/react-native-keyboard-accessory/issues"
},
"homepage": "https://github.com/react-native-oh-library/react-native-keyboard-accessory",
"keywords": [
"react",
"react-native",
"keyboard-accessory",
"keyboard",
"ios",
"android",
"react-component"
],
"tags": [
"react",
"react-native",
"react-component",
"ios",
"android"
],
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"prop-types": ">= 15",
"react": ">= 16",
"react-native": ">= 0.46"
},
"harmony": {
"alias": "react-native-keyboard-accessory"
},
"devDependencies": {
"fs-extra": "^6.0.1"
}
}