react-native-keyboard-controller
react-native-keyboard-controller copied to clipboard
Keyboard manager which works in identical way on both iOS and Android
**Environment** - Library Version: latest version - React Native Version: 0.73.6 - Platform: Android - Device: Android Emulator - React Native Architecture: New Architecture (Fabric) **Description** While running the official...
**Describe the bug** Animated keyboard values do not update if the focussed TextInput exists within a modal. **Code snippet** **Repo for reproducing** Here is a test case I've been using...
**Describe the bug** When the keyboard is open, launching a Modal (from either the react-native or react-native-modal package) results in the keyboard closing but without correctly adjusting the layout size....
I started to use this library because it has great feature to avail and maintain time to time, I encountered the issue that I am experiencing the weird scroll whenever...
**Is your feature request related to a problem? Please describe.** I'd like to have an ability to show custom views over the keyboard as in Telegram, for example: |iOS|Android| |---|--------|...
**Describe the bug** It happens that when i try to paste a big chunk of text in a multiline TextInput that requires the KeyboardAwareScrollView to scroll, the scroll happens, but...
Hey @kirillzyusko ! I was exploring potential improvements for react-native-keyboard-controller and discovered that the package doesn't currently support the popular BottomSheet component(without any additional tricks). Initially, I thought integrating with...
**Describe the bug** First of all i want to thank you for the great work you've put in in this repo, it's a gamechanger. I've a form that needs to...
`KeyboardAvoidingView` relies on `useWindowDimensions` to calculate the bottom offset: https://github.com/kirillzyusko/react-native-keyboard-controller/blob/cb715fe1e4541a5df38e73bf9cc4930aa4ee5238/src/components/KeyboardAvoidingView/index.tsx#L69-L78 However, `useWindowDimensions` doesn't account for translucent system UI (e.g. status bar) on all devices/emulators (see discussion in https://github.com/facebook/react-native/issues/33735). This causes...
**Is your feature request related to a problem? Please describe.** (I am not sure whether this is a bug, or rather a feature request, so sorry if I picked the...