react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
It was working fine when I was using RN version 0.64.2 but after upgrading it to latest RN version I am getting the following issue. ``` "react": "^17.0.2", "react-native": "0.66.1",...
### Steps to Reproduce 1. Open the snack on your iPhone 2. Input some texts to the first textinput 3. Do NOT dismiss the keyboard and scroll down to bottom...
Hi, I have a question about using `KeyboardAwareScrollView`. So, I have a `Layout.js` that contains 3 different components, I put the `TextInput` component inside a `Modal` when it's open the...
When using KeyboardAwareFlatList, any component rendered below it are not properly moved up when the keyboard is visible. Instead, an empty space is shown there. Any ideas what's going on?...
When the input box is blocked by the keyboard, continue to input text with the keyboard. When the input box is confirmed to be filled in, the navigation bar will...
I create an animated KeyboardAwareScrollView like this: const AnimatedAwareScrollView = Animated.createAnimatedComponent( KeyboardAwareScrollView ); and i use this component. But when component rerender scroll to top in ios.
Hi I'm not sure if this is already supported or not, but I would love to use a custom ScrollView or FlatList with this, that is a really useful feature...
I get a compile error running react-native-web. It's probably because of the relative import. Has anyone encountered this or know a fix? package.json ``` "react-native": "0.64.2", "react-native-keyboard-aware-scroll-view": "^0.9.1", "react-native-web": "^0.17.1",...
I am working with a long form which is wrapped in a KeyBoardAwareScrollView, with the following props: `` It works as expected, however when the user focuses and unfocuses in...
Hello everyone, I have an issue from Android platform. "react-native": "0.63.3", "react-native-keyboard-aware-scroll-view": "^0.9.2" When keyboard open, i receive excess space like this. How can i fix it? Many thanks