From 15f41c1aeb3e16c5de0adfa0270e2cb90be7253c Mon Sep 17 00:00:00 2001 From: Bunlong Date: Wed, 24 Oct 2018 15:44:02 +0700 Subject: [PATCH 1/2] Update READEME :pencil: --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 839ce41..6a5bf21 100644 --- a/README.md +++ b/README.md @@ -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 From 07b49c01894559ed630fa6ecdfc80d50905fd976 Mon Sep 17 00:00:00 2001 From: Bunlong Date: Wed, 24 Oct 2018 15:46:06 +0700 Subject: [PATCH 2/2] Update examples :pencil: --- examples/CustomKeyboardKitBasic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CustomKeyboardKitBasic/package.json b/examples/CustomKeyboardKitBasic/package.json index b1050c2..add618d 100644 --- a/examples/CustomKeyboardKitBasic/package.json +++ b/examples/CustomKeyboardKitBasic/package.json @@ -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",