react-native-keyboard-input icon indicating copy to clipboard operation
react-native-keyboard-input copied to clipboard

Use your own custom input component instead of the system keyboard

Results 82 react-native-keyboard-input issues
Sort by recently updated
recently updated
newest added

Change Android MainApplication setup

Changes to proptypes as react seems to have fucked over some of the repositories because of it

I'm using RN 0.49.1 After installing and linking react-native-keyboard-input i can't build project. I've done all steps including the last one with proguard. First issue was `"error: method does not...

Is it possible to just modify the auto-correct part of the keyboard? I want to use it for the `@` completion of usernames. Maybe just limit the dictionary for the...

![qq 20171021164603](https://user-images.githubusercontent.com/22411659/31850104-a31e720c-b67f-11e7-9b39-5baf265a04d7.png) "react": "16.0.0-beta.5", "react-native": "0.49.3",

I've tried to run demo app with `react-native` _v0.46.2_ and _v0.46.3_, but in both cases got an error: ``` /Users/mindaugasjacionis/Desktop/react-native-keyboard-input/node_modules/react-native-keyboard-tracking-view/lib/KeyboardTrackingViewManager.m:185:39: error: no visible @interface for 'RCTTextField' declares the selector 'setInputAccessoryView:'...

Hey @artald , I can confirm that the [scrollview lagging behind](https://github.com/wix/react-native-keyboard-input/issues/16#issuecomment-303253230) issue on keyboard has been introduced keyboard-tracking-view 3.0.10. [Here is a video of the lag](https://www.youtube.com/watch?v=HwdTzsrR-A4&feature=youtu.be) We currently unblocked ourselves...

hey @artald, when I pass an empty array into the datasource of the ListView, that ListView (i.e. the underlying scroll component) will not be keyboard tracking. I know that it...

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [plist](https://github.com/TooTallNate/node-plist). These dependencies need to be updated together. Removes `xmldom` Updates `plist` from 3.0.1 to 3.0.6 Changelog Sourced from plist's...

dependencies