Skip to content

Commit 22d6c3f

Browse files
authored
Merge pull request #2 from themodernjavascript/issue-1-update-readme
Issue 1 update readme
2 parents 6c325ad + 07b49c0 commit 22d6c3f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,3 +469,20 @@ You can find the source code [here](./examples/CustomKeyboardKitBasic).
469469
| switchSystemKeyboard(tag) | Use in a custom keyboard. Switch to system keyboard. Next time user press or focus on the `TextInput`, custom keyboard will appear again. To keep using system keyboard, call `uninstall` instead. |
470470
| CustomTextInput | Use instead of `TextInput`, this component support all properties of `TextInput`. |
471471
| prop: customKeyboardType: string | Use a registered custom keyboard. |
472+
473+
## Wrap Up
474+
475+
If you think any of the `react-native-custom-keyboard-kit` can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit.
476+
477+
## Contribution
478+
479+
We'd love to have your helping hand on contributions to `react-native-custom-keyboard-kit` by forking and sending a pull request!
480+
481+
Your contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)
482+
483+
How to contribute:
484+
485+
- Open pull request with improvements
486+
- Discuss ideas in issues
487+
- Spread the word
488+
- Reach out with any feedback

examples/CustomKeyboardKitBasic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.6.0-alpha.8af6728",
1111
"react-native": "0.57.3",
12-
"react-native-custom-keyboard-kit": "file:///home/bunlong/workspace/os/CustomKeyboardKit"
12+
"react-native-custom-keyboard-kit": "^1.0.2"
1313
},
1414
"devDependencies": {
1515
"babel-jest": "23.6.0",

0 commit comments

Comments
 (0)