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.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I am using expo-cli with react-native version https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz which version recommends to use?
Whenever I'm trying to use `KeyboardAwareScrollView `with `stickyHeaderIndices `or `KeyboardAwareSectionList `with `stickySectionHeadersEnabled`, I get the following error: **couldn't find key offset in dynamic object** - **getDouble** (ReadableNativeMap.java) - **init** (ValueAnimatedNode.java:31)...
When I run **scrollToEnd** in version **0.63**, I get the error `scrollIntoView` of undefined. also now scroll.props.scrollToEnd gives an error. Because there are no props. ```JS this.scroll.props.scrollToEnd(); // Change to...
keyboardawareflatlist react native not working when click last row
After updating the Expo SDK 36 version the issue is occured. package.json (I'm not using any ListView) ``` { "main": "node_modules/expo/AppEntry.js", "private": true, "dependencies": { "@expo/vector-icons": "^6.3.1", "axios": "^0.18.0", "base-64":...
RN: v.0.64.0 react-native-keyboard-aware-scroll-view: v0.9.4 Content is compressed by keyboard wrapper on Android. Can someone explain how I can achieve the same behavior as on iOS? https://user-images.githubusercontent.com/46958937/120645687-60df3c00-c481-11eb-8d1a-972217843c52.mov https://user-images.githubusercontent.com/46958937/120645305-f1694c80-c480-11eb-81b3-fc617950a3cb.mov Code ``` Welcome,...
Until typing everything is ok. However after starting typing page scrolls down(shifting). I am not able to solve this whatever i do... ``` {screenToShow} const styles = StyleSheet.create({ container: {...
Hi, i am using react native 0.60.4 and "react-native-keyboard-aware-scroll-view": "0.8.0". I have a create account form with 5 textInput arrange vertically, i have set the prop extraScrollHeight={100} and it works...
I use three inputs. When I click an input focus, I click the next input. The focus will run to the first input. What's the matter?