@codler/react-native-keyboard-aware-scroll-view
Version:
A React Native ScrollView component that resizes when the keyboard appears.
53 lines (52 loc) • 1.21 kB
JSON
{
"name": "@codler/react-native-keyboard-aware-scroll-view",
"version": "2.0.1",
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint lib",
"test": "npm run lint",
"flow": "flow check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codler/react-native-keyboard-aware-scroll-view.git"
},
"tags": [
"react",
"react-native",
"react-component",
"ios",
"android"
],
"keywords": [
"react",
"react-native",
"scrollview",
"keyboard",
"ios",
"android",
"react-component"
],
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/codler"
},
"author": "Han Lin Yap (https://yap.nu)",
"license": "ISC",
"dependencies": {
"react-native-iphone-x-helper": "^1.0.3"
},
"peerDependencies": {
"react-native": ">=0.65.1"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-native": "^3.7.0",
"flow-bin": "^0.105.2"
}
}