Miki Leib

Results 26 comments of Miki Leib

Hi @pribeh, I'm not sure if the bug that you are reporting is the fact that pressing the `show` button does not open the custom keyboard (similar to [this](https://github.com/wix/react-native-keyboard-input/issues/103), but...

Hi @Parthhyperlink and @foufrix, [We](https://github.com/wix/react-native-ui-lib/) are in the process of migrating this library, it is not yet complete, but if you'd like you can give it a try. After installing...

Hi @annie-elequin, It seems that we (@ethanshar) have got you covered: next release (5.12.0) should include this feature. Simply use `react-native-ui-lib/keyboard`. For more details see [this PR](https://github.com/wix/react-native-ui-lib/pull/723). I hope that...

Hi @jiangchunyun, Please add more information if this is still relevant. 1. Does this happen in the demo app? a. If yes, on what device - real\emulator, OS and type?...

It looks to me like the height of the keyboard is changed, is that what you mean? I was unable to reproduce with my code on my device. If one...

Hi @ggunti, I think I was able to reproduce the problem with your example (thanks for the effort!), however I do not think the problem is within `react-native-keyboard-input`. If what...

Since it's not the key, then I'm not sure what's the correct way to approach this. I agree that using `FlatList` should be possible and not cause issues. I'll try...

Hi @Ulset, Did you follow the installation guide [here](https://wix.github.io/react-native-ui-lib/docs/getting-started/setup)? `SegmentControl` requires the `react-native-reanimated` and `react-native-gesture-handler` libs.

Hi, Sorry for the delay. I have a project with these: ``` "dependencies": { "react": "17.0.2", "react-native": "0.67.3", "react-native-gesture-handler": "2.5.0", "react-native-reanimated": "2.8.0", "react-native-ui-lib": "^6.20.0" }, ``` I get no errors...

@ethanshar we probably cannot merge this as-is, but perhaps we can create an optional-dependency for this?