react-native-keyboard-manager
Version:
Library that allows to prevent issues of keyboard sliding up and cover on React-Native iOS projects. ⚛
36 lines (35 loc) • 925 B
JSON
{
"name": "react-native-keyboard-manager",
"version": "6.5.4-1",
"description": "Library that allows to prevent issues of keyboard sliding up and cover on React-Native iOS projects. ⚛",
"private": false,
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/react-native-keyboard-manager.git"
},
"main": "index.js",
"keywords": [
"react-native",
"ios",
"keyboard",
"IQKeyboardManager"
],
"author": {
"name": "Douglas Nassif Roma Junior",
"email": "nassifrroma@gmail.com",
"url": "https://github.com/douglasjunior"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/douglasjunior/react-native-keyboard-manager/issues"
},
"homepage": "https://github.com/douglasjunior/react-native-keyboard-manager",
"scripts": {},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"react-native": ">=0.60.0",
"react": ">=16.0.0"
}
}