wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
818 stars 150 forks source link

This package is still maintained? #106

Open ggunti opened 4 years ago

ggunti commented 4 years ago

Hello! I wonder if this library is still maintained or not? I ask because there are some bugs and also the readme file is missing the installation steps for RN 0.60+.

For example, there are two issues regarding flickering on android, but nobody answered: https://github.com/wix/react-native-keyboard-input/issues/98 https://github.com/wix/react-native-keyboard-input/issues/94

It would be great if this package would be maintained, because I did not found other similar packages.

Thank you!

ethanshar commented 4 years ago

Hey @ggunti We're in the process of migrating this library to rnulib There we plan to maintain it. I hope in the next month we'll have some progress with it.

ggunti commented 4 years ago

@ethanshar It sounds great! I'm waiting for updates.

annie-elequin commented 4 years ago

Updates?

ethanshar commented 4 years ago

Hi all, This component already exist in https://github.com/wix/react-native-ui-lib You can import it like this

import {Keyboard} from 'react-native-ui-lib';
const {KeyboardRegistry} = Keyboard;

We will post an official update in this repo in the near future.

annie-elequin commented 4 years ago

@ethanshar react-native-ui-lib is more than double the size of react-native-keyboard-input 😔 will there really not be a maintained version aside from react-native-ui-lib?

ethanshar commented 4 years ago

Our goal is to provide sub modules for our components through RNUILib so you can import only what you need without ending up with a huge bundle size or need to install irrelevant peer dependencies