react-native-keyboard-input
react-native-keyboard-input copied to clipboard
Use your own custom input component instead of the system keyboard
react-native: 0.57.7 macOS: 10.14.3 Xcode: 10.1 (10B61) Device: iPhone X iOS: 12.1.4 [email protected] [email protected] Component: KeyboardAccessoryView Description: With predictive text disabled in the iPhone settings: the keyboard covers the TextInput...
I was having trouble integrating getting this to work properly with an expo project so I decided to do a fresh project init and eject to expo-kit and it still...
I need add toolbar with few buttons above system keyboard, and keep system keyboard in place. Is this possible? I mean do for both platforms something like `InputAccessoryView` (from react-native...
Is it possible to replace the system keyboard outside your own app? For use in whats app or other messaging apps?
Heya guys. I have a red box around my "KeyboardAccessoryViewContent" Im pretty much using the code from the "Getting Started" section. On android, it looks fine, but iOS has this...
 Everything works fine except reloading bundle in dev mode. When I chose custom keyboard and then pressed back, content on custom keyboard has gone down. but still had space...
if the scrollView is NOT inverted, the keyboard will reveal unexpected during scroll probably caused by this? KeyboardTrackingViewManager.m:566 if (inputView != nil && scrollView.contentOffset.y * (self.scrollIsInverted ? -1 : 1)...
Is it possible to show nothing instead of a keyboard? (or an invisible one) and still listen for key down events? I am working on a rfid sensor, wondering if...