react-native-keyboard-controller
react-native-keyboard-controller copied to clipboard
Keyboard manager which works in identical way on both iOS and Android
**Describe the bug** `useKeyboardAnimation` and other hooks reports incorrect values if `androidNavigationBar.visible` is `leanback` with expo-dev-client on Android. **Code snippet** There is no code snippet, please see repo for reproducing....
**Describe the bug** I'm trying to replicate the `KeyboardAwareScrollView` behavior from`react-native-keyboard-aware-scroll-view`. Using the KeyboardAwareScrollView found in `/examples`, I noticed the scroll view scrolls more than it needs to: https://github.com/kirillzyusko/react-native-keyboard-controller/assets/8047841/ecd6d68a-7525-4972-9965-304352661e4b Notice...
**Describe the bug** I installed the library and a  dded a swift file. When I run the app every things work than I try...
## 📜 Description ## 💡 Motivation and Context Closes https://github.com/kirillzyusko/react-native-keyboard-controller/issues/286 ## 📢 Changelog ### JS - call `scrollTo` in `onInteractive` handler (to keep scroll position unchanged); - ### Android -...
Hi 👋 First, thanks for your work on this library, this is very much needed in the ecosystem! I'm currently maintaining [`react-native-bars`](https://github.com/zoontek/react-native-bars), a library for fully transparent (and fallback to...
**Describe the bug** Fast swipe can cause UI elements be under keyboard using `linear` interpolator **Code snippet** Reproducible in example app. **Repo for reproducing** Reproducible in example app. **To Reproduce**...
**Describe the bug** Input is hidden behind keyboard autocomplete when set to "email" **Code snippet** ```jsx Input: ``` **Repo for reproducing** I would be highly appreciate if you can provide...
## 📜 Description Added an example with `Modal` usage. ## 💡 Motivation and Context Right now `Modal` usage will lead to default behavior on Android (i. e. window is automatically...
**Describe the bug** Animations with KeyboardAwareScrollView have poor performance on iOS release. **Code snippet** ```ts
**Describe the bug** App crashes after start **To Reproduce** Update react native to 0.74.0 **Screenshots**  **Smartphone (please complete the following information):** - Desktop OS: Mac OS 14.4.1 - Device:...