react-native-keyboard-controller
react-native-keyboard-controller copied to clipboard
Keyboard manager which works in identical way on both iOS and Android
## To Do - looks like `useAnimatedReaction` on iOS doesn't work (`FirstInputGrown` image has changed); - Android - when scroll back disabled it still scrolls ๐คทโโ๏ธ - Android - when...
**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`...
**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...
**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**...
### 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...
**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...
**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...
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:...
**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...
**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...