react-native-redux-keyboard
Version:
React Native Keyboard Redux package. Handle keyboard events from redux dispatcher.
29 lines (28 loc) • 771 B
JSON
{
"name": "react-native-redux-keyboard",
"version": "1.0.3",
"description": "React Native Keyboard Redux package. Handle keyboard events from redux dispatcher.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"React",
"Native",
"Keyboard",
"Redux"
],
"author": "Vladyslav Kochetkov",
"license": "MIT",
"devDependencies": {
"react-native": "^0.59.4"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/VladyslavKochetkov/reactnativereduxkeyboard.git"
},
"bugs": {
"url": "https://gitlab.com/VladyslavKochetkov/reactnativereduxkeyboard/issues"
},
"homepage": "https://gitlab.com/VladyslavKochetkov/reactnativereduxkeyboard#readme"
}