We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421f17f commit fbfcebeCopy full SHA for fbfcebe
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-hide-keyboard",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "A React Native hide keyboard module is for hiding and showing the keyboard without blurring TextInput component.",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -34,7 +34,12 @@
34
"keywords": [
35
"react-native",
36
"ios",
37
- "android"
+ "android",
38
+ "react native hide keyboard",
39
+ "react-native-hide-keyboard",
40
+ "hide keyboard",
41
+ "show keyboard",
42
+ "react native keyboard"
43
],
44
"repository": "https://github.com/MuhammadRafeh/react-native-hide-keyboard",
45
"author": "Muhammad Rafeh <[email protected]> (https://github.com/MuhammadRafeh)",
0 commit comments