forked from ghaith96/react-native-smart-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@remobile/react-native-smart-keyboard",
"version": "1.0.0",
"description": "A smart keyboard for ios base on IQKeyboardManager[android not needed]",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"avoidView",
"smart",
"keyboard",
"input",
"TextInput",
"remobile",
"mobile"
],
"homepage": "https://github.com/remobile/react-native-smart-keyboard",
"bugs": {
"url": "https://github.com/remobile/react-native-smart-keyboard/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/remobile/react-native-smart-keyboard.git"
}
}