22 lines
520 B
JSON
22 lines
520 B
JSON
{
|
|
"name": "react-native-keyboard-tracking-view",
|
|
"version": "5.5.0",
|
|
"summary": "React Native UI component which tracks the keyboard",
|
|
"license": "MIT",
|
|
"authors": "Artal Druk <artald@wix.com>",
|
|
"homepage": "https://github.com/wix/react-native-keyboard-tracking-view",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/wix/react-native-keyboard-tracking-view.git",
|
|
"tag": "v5.5.0"
|
|
},
|
|
"source_files": "lib/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|