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

Results 9 react-native-keyboard-avoider issues
Sort by recently updated
recently updated
newest added

Hello, I am migrating one project and I find this library very useful. I need to use scrollTo function from native ScrollView. Because of that, I need the possibility to...

https://github.com/iway1/react-native-keyboard-avoider/blob/3d446aaf150bb8cbcd7366b9620acd52fec69de0/package/src/components/common-props.ts#LL22C5-L22C19 this line. The semantics "extra space" should be additional spacing. Took me awhile to debug why there are a huge gap between the text input and the keyboard.

Hey @iway1 thanks for this package. Do you have plan to add support for react 18? RIght now the NPM is complaining about the version required by the package. ```bash...

Hello I tried installing this library but since it is dependant on old version of React (currently 17), I cannot install it into my React 18 project. Do you think...

On iOS when you press the emoji button the keyboard gets taller but the input doesn't move up like I want to.

shows examples for `KeyboardAvoiderScrollView`. Could we get an example for this? Also baffled at the absence of hype around this lib, it has legit nuked 90% of my `KeyboardAvoidingView` platform...

This is a great package that really does fix a lot of the common issues found with the KeyboardAwareScrollView library. I found an issue on iOS that when you have...

Currently, the following modules are imported but not used in the code: - [KeyboardAvoiderInsets](https://github.com/iway1/react-native-keyboard-avoider/blob/master/package/src/components/KeyboardAvoiderInsets.tsx#L1-L7) ```js import React from "react"; // ❗️ unused import { useRef } from "react"; import {...