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

⌨️ Keyboard manager which works in identical way on both iOS and Android

Results 53 react-native-keyboard-controller issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** I suppose the keyboard height values aren't exposed to the hook correctly on Samsung Galaxy Note 20. Something's probably wrong with keyboard height events there **Repo for...

bug

**Describe the bug** Animated values from `useKeyboardAnimation` are not reacting to keyboard size changes. **Repo for reproducing** Just open any screen (`Animated transition`, `Chat`) in example app and try to...

bug
🤖 android

**Describe the bug** A clear and concise description of what the bug is. 1.Error: Requiring module "node_modules/react-native-keyboard-controller/src/index.ts", which threw an exception: TypeError: undefined is not an object (evaluating 'this.InnerNativeModule.installCoreFunctions') 2.undefined...

bug

**Describe the bug** using a combination of RN 0.69, native-stack and `statusBarTranslucent` causes some issues. Seems like keyboard insets are also applied automatically, and because of that positioning of views...

bug
🤖 android

## Description Added integration of `native-stack` into example application. ## Motivation and Context This example shows, that `statusBarTranslucent` + `native-stack` + `react-native 0.69` doesn't work together 😄 ## Changelog ###...

example

**Describe the bug** I'm not sure if this is a bug or expected behaviour, but KeyboardAwareScrollView resizing the screen. Is there a way to make it not resizing the screen...

## To Do - get all - testSetFocusToNextDoesNothingIfLastElement - testSetFocusToPrevDoesNothingIfFirstElement ## 📜 Description ## 💡 Motivation and Context ## 📢 Changelog ### JS - - ### iOS - - ###...

🍎 iOS
CI
tests

## 📜 Description Sacrifice performance for sake of stability 🙂 ## 💡 Motivation and Context Looks like new `macos-14` runners have only 7 GB RAM available. And it looks like...

🍎 iOS
CI
deps update
e2e

**Describe the bug** When the content is scrolled to the bottom, halfway down the screen, etc., and the input is pressed, it is not always properly sticked and visible **Code...

question

## 📜 Description The element rendered within StickyView doesn't follow the keyboard and there appears a gap between. This PR changes the way how sticky element position is being calculated....

📚 components
KeyboardStickyView 🩹