react-native-interactive-keyboard
Version:
Keyboard with accessories on iOS and Android
35 lines (34 loc) • 890 B
JSON
{
"name": "react-native-interactive-keyboard",
"version": "1.0.9",
"description": "Keyboard with accessories on iOS and Android",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "rm -rf android/build"
},
"author": {
"name": "MoonJava",
"email": "moonjava@gmail.com"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"keyboard",
"accessories",
"accessory",
"interactive"
],
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.50.0"
},
"homepage": "https://github.com/moonjava2005/react-native-interactive-keyboard",
"readme": "https://github.com/moonjava2005/react-native-interactive-keyboard#readme",
"repository": {
"type": "git",
"url": "git://github.com/moonjava2005/react-native-interactive-keyboard.git"
}
}