Skip to content

Commit

Permalink
Merge pull request #2 from themodernjavascript/issue-1-update-readme
Browse files Browse the repository at this point in the history
Issue 1 update readme
  • Loading branch information
Bunlong authored Oct 24, 2018
2 parents 6c325ad + 07b49c0 commit 22d6c3f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,3 +469,20 @@ You can find the source code [here](./examples/CustomKeyboardKitBasic).
| 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. |
| CustomTextInput | Use instead of `TextInput`, this component support all properties of `TextInput`. |
| prop: customKeyboardType: string | Use a registered custom keyboard. |
## Wrap Up
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.
## Contribution
We'd love to have your helping hand on contributions to `react-native-custom-keyboard-kit` by forking and sending a pull request!
Your contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)
How to contribute:
- Open pull request with improvements
- Discuss ideas in issues
- Spread the word
- Reach out with any feedback
2 changes: 1 addition & 1 deletion examples/CustomKeyboardKitBasic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.3",
"react-native-custom-keyboard-kit": "file:///home/bunlong/workspace/os/CustomKeyboardKit"
"react-native-custom-keyboard-kit": "^1.0.2"
},
"devDependencies": {
"babel-jest": "23.6.0",
Expand Down

0 comments on commit 22d6c3f

Please sign in to comment.