Conversation
…-keyboard-controller Co-authored-by: flexbox <360936+flexbox@users.noreply.github.com>
Co-authored-by: flexbox <360936+flexbox@users.noreply.github.com>
Co-authored-by: flexbox <360936+flexbox@users.noreply.github.com>
Co-authored-by: flexbox <360936+flexbox@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] fix #18 using react-native-keyboard-controller and https://kirillzyusko.github.io/react-native-keyboard-controller/docs/api/views/keyboard-extender
Add keyboard accessories for faster email and task input using react-native-keyboard-controller
Sep 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #18 by implementing keyboard accessories that appear above the virtual keyboard to help users quickly complete common text patterns.
What's Changed
Added two new keyboard accessory components using
KeyboardExtenderfrom the existingreact-native-keyboard-controllerlibrary:EmailKeyboardAccessory
TaskKeyboardAccessory
Technical Implementation
Both components use the same pattern:
KeyboardExtenderwraps suggestion buttons that appear above the keyboardUser Experience
Users can now:
This significantly reduces typing effort and potential errors, especially on mobile devices where typing can be cumbersome.
Files Changed
components/keyboard/EmailKeyboardAccessory.tsx- New email domain suggestions componentcomponents/keyboard/TaskKeyboardAccessory.tsx- New task prefix suggestions componentcomponents/Auth.tsx- Added email keyboard accessory integrationapp/(settings)/playground-todos.tsx- Added task keyboard accessory integrationdocs/keyboard-accessories.md- Implementation documentationThe implementation leverages the existing
KeyboardProvidersetup and doesn't require any additional dependencies.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
cdp.expo.devnode /home/REDACTED/work/kidgo/kidgo/node_modules/.bin/expo start --web(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.