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

## To Do - looks like `useAnimatedReaction` on iOS doesn't work (`FirstInputGrown` image has changed); - Android - when scroll back disabled it still scrolls ๐Ÿคทโ€โ™‚๏ธ - Android - when...

๐Ÿ› bug
KeyboardAwareScrollView ๐Ÿ“œ

**Describe the bug** Since `React Native Reanimated v3.16.0` changed it's logger, I'm getting ```bash [Reanimated] Reading from `value` during component render. Please ensure that you do not access the value`...

๐Ÿ“š components
KeyboardAvoidingView ๐Ÿงช

**Describe the bug** When wrapping my app with `KeyboardProvider` it adds space looks like it tries to do the same `` does but I am already using `` partially in...

๐Ÿ› bug
๐Ÿค– android

**Describe the bug** Configuring the property `contentContainerStyle` for `KeyboardAwareScrollView` with `justifyContent: "space-between"` does not work as expected. If I do the same thing with `ScrollView` it works fine. **Code snippet**...

๐Ÿ› bug
KeyboardAwareScrollView ๐Ÿ“œ

### Description On Android, when toggling the `enabled` prop of the `` using `useKeyboardController`, the system `NavigationBar` behaves inconsistently due to the handling of `edge-to-edge` mode: When `enabled` is set...

๐Ÿ› bug
๐Ÿค– android
sponsor ๐Ÿ’–

**Describe the bug** A clear and concise description of what the bug is. `KeyboardAwareScrollView` uses `scrollTo` from reanimated, which is currently broken in new architecture due to potentially issues arising...

๐Ÿค– android
๐Ÿญ fabric
๐ŸŽฏ crash
KeyboardAwareScrollView ๐Ÿ“œ

**Describe the bug** On clicking input field, keyboard and keyboard toolbar is working fine. If I switch to emoji keyboard and then come back, there is blank space between keyboard...

๐ŸŽ iOS
KeyboardToolbar

ScrollView starts jumping to top and bottom when the KeyboardAwareScrollView starts acting to scroll up the TextInput Basic code used ``` Styles safeAreaView: { flex: 1 } main: { flex:...

๐Ÿ› bug
KeyboardAwareScrollView ๐Ÿ“œ

**Describe the bug** When using a large multi-line text input field, the view does not automatically scroll to the cursor when it is placed somewhere within the text. This issue...

๐Ÿ› bug
KeyboardAwareScrollView ๐Ÿ“œ

**Describe the bug** When KeyboardToolbar component is used inside a react-native modal the next, prev and done buttons become un-clickable and when clicked just closes the keyboard. No matter of...

๐Ÿ› bug
๐ŸŒŽ modal
KeyboardToolbar